home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 473

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,473 China beach china-beach Fulica americana 473 1
pillar-point,473 Pillar Point pillar-point Fulica americana 473 4
redondo-beach,473 Redondo beach redondo-beach Fulica americana 473 6

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