home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

6 rows where taxon = 9176

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,9176 China beach china-beach Zonotrichia leucophrys 9176 9
fiscalini-ranch,9176 Fiscalini Ranch fiscalini-ranch Zonotrichia leucophrys 9176 18
fitzgerald-marine-reserve,9176 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Zonotrichia leucophrys 9176 55
laguna-point,9176 Laguna Point  laguna-point Zonotrichia leucophrys 9176 19
pillar-point,9176 Pillar Point pillar-point Zonotrichia leucophrys 9176 198
redondo-beach,9176 Redondo beach redondo-beach Zonotrichia leucophrys 9176 18

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.162ms