home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

5 rows where taxon = 17009

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,17009 China beach china-beach Sayornis saya 17009 2
fiscalini-ranch,17009 Fiscalini Ranch fiscalini-ranch Sayornis saya 17009 2
fitzgerald-marine-reserve,17009 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Sayornis saya 17009 3
pillar-point,17009 Pillar Point pillar-point Sayornis saya 17009 56
redondo-beach,17009 Redondo beach redondo-beach Sayornis saya 17009 2

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