home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 5206

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,5206 China beach china-beach Buteo lineatus 5206 2
fitzgerald-marine-reserve,5206 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Buteo lineatus 5206 8
pillar-point,5206 Pillar Point pillar-point Buteo lineatus 5206 24
redondo-beach,5206 Redondo beach redondo-beach Buteo lineatus 5206 2

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