home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 48795

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,48795 China beach china-beach Sidalcea malviflora 48795 1
laguna-point,48795 Laguna Point  laguna-point Sidalcea malviflora 48795 24
shark-fin-cove,48795 Shark Fin Cove shark-fin-cove Sidalcea malviflora 48795 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [species_counts] (
   [place] TEXT REFERENCES [places]([slug]),
   [taxon] INTEGER REFERENCES [taxons]([id]),
   [count] INTEGER,
   PRIMARY KEY ([place], [taxon])
);
Powered by Datasette · Queries took 17.073ms