home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 50146

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,50146 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Cadlina luteomarginata 50146 1
laguna-point,50146 Laguna Point  laguna-point Cadlina luteomarginata 50146 12
pillar-point,50146 Pillar Point pillar-point Cadlina luteomarginata 50146 11

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