home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

6 rows where taxon = 4838

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,4838 China beach china-beach Haematopus bachmani 4838 19
fiscalini-ranch,4838 Fiscalini Ranch fiscalini-ranch Haematopus bachmani 4838 1
fitzgerald-marine-reserve,4838 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Haematopus bachmani 4838 13
laguna-point,4838 Laguna Point  laguna-point Haematopus bachmani 4838 37
pillar-point,4838 Pillar Point pillar-point Haematopus bachmani 4838 186
redondo-beach,4838 Redondo beach redondo-beach Haematopus bachmani 4838 7

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.474ms