home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 4205

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
laguna-point,4205 Laguna Point  laguna-point Podiceps nigricollis 4205 1
pillar-point,4205 Pillar Point pillar-point Podiceps nigricollis 4205 48
redondo-beach,4205 Redondo beach redondo-beach Podiceps nigricollis 4205 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 20.437ms