home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

5 rows where taxon = 3901

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,3901 China beach china-beach Numenius phaeopus 3901 13
fitzgerald-marine-reserve,3901 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Numenius phaeopus 3901 2
laguna-point,3901 Laguna Point  laguna-point Numenius phaeopus 3901 1
pillar-point,3901 Pillar Point pillar-point Numenius phaeopus 3901 56
redondo-beach,3901 Redondo beach redondo-beach Numenius phaeopus 3901 3

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