home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

5 rows where taxon = 51080

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,51080 China beach china-beach Toxicodendron diversilobum 51080 3
fiscalini-ranch,51080 Fiscalini Ranch fiscalini-ranch Toxicodendron diversilobum 51080 1
fitzgerald-marine-reserve,51080 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Toxicodendron diversilobum 51080 10
redondo-beach,51080 Redondo beach redondo-beach Toxicodendron diversilobum 51080 1
shark-fin-cove,51080 Shark Fin Cove shark-fin-cove Toxicodendron diversilobum 51080 7

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 20.72ms