home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

2 rows where taxon = 44062

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,44062 China beach china-beach Thomomys bottae 44062 2
laguna-point,44062 Laguna Point  laguna-point Thomomys bottae 44062 5

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