home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 7089

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,7089 China beach china-beach Branta canadensis 7089 1
fitzgerald-marine-reserve,7089 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Branta canadensis 7089 2
pillar-point,7089 Pillar Point pillar-point Branta canadensis 7089 8
shark-fin-cove,7089 Shark Fin Cove shark-fin-cove Branta canadensis 7089 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 12.302ms