home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

1 row where taxon = 3839

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
laguna-point,3839 Laguna Point  laguna-point Calidris ptilocnemis 3839 4

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