home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 6317

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,6317 China beach china-beach Calypte anna 6317 15
fitzgerald-marine-reserve,6317 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Calypte anna 6317 17
pillar-point,6317 Pillar Point pillar-point Calypte anna 6317 6
redondo-beach,6317 Redondo beach redondo-beach Calypte anna 6317 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 12.494ms