home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

2 rows where taxon = 27826

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
laguna-point,27826 Laguna Point  laguna-point Taricha granulosa 27826 1
shark-fin-cove,27826 Shark Fin Cove shark-fin-cove Taricha granulosa 27826 1

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.862ms