home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

6 rows where taxon = 4940

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,4940 China beach china-beach Egretta thula 4940 4
fiscalini-ranch,4940 Fiscalini Ranch fiscalini-ranch Egretta thula 4940 1
fitzgerald-marine-reserve,4940 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Egretta thula 4940 7
laguna-point,4940 Laguna Point  laguna-point Egretta thula 4940 1
pillar-point,4940 Pillar Point pillar-point Egretta thula 4940 214
redondo-beach,4940 Redondo beach redondo-beach Egretta thula 4940 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 13.368ms