home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 53624

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,53624 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Petrolisthes manimaculis 53624 8
laguna-point,53624 Laguna Point  laguna-point Petrolisthes manimaculis 53624 1
pillar-point,53624 Pillar Point pillar-point Petrolisthes manimaculis 53624 58

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