home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 8021

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,8021 China beach china-beach Corvus brachyrhynchos 8021 1
fitzgerald-marine-reserve,8021 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Corvus brachyrhynchos 8021 10
redondo-beach,8021 Redondo beach redondo-beach Corvus brachyrhynchos 8021 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 8.531ms