home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 180007

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
fiscalini-ranch,180007 Fiscalini Ranch fiscalini-ranch Otospermophilus beecheyi 180007 32
laguna-point,180007 Laguna Point  laguna-point Otospermophilus beecheyi 180007 96
redondo-beach,180007 Redondo beach redondo-beach Otospermophilus beecheyi 180007 1
shark-fin-cove,180007 Shark Fin Cove shark-fin-cove Otospermophilus beecheyi 180007 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 7.713ms