home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 771876

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,771876 China beach china-beach Erythranthe grandis 771876 1
laguna-point,771876 Laguna Point  laguna-point Erythranthe grandis 771876 6
shark-fin-cove,771876 Shark Fin Cove shark-fin-cove Erythranthe grandis 771876 8

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