home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 4235

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
fitzgerald-marine-reserve,4235 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Aechmophorus occidentalis 4235 1
laguna-point,4235 Laguna Point  laguna-point Aechmophorus occidentalis 4235 1
pillar-point,4235 Pillar Point pillar-point Aechmophorus occidentalis 4235 70
redondo-beach,4235 Redondo beach redondo-beach Aechmophorus occidentalis 4235 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 7.916ms