home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 47505

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,47505 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Geitodoris heathi 47505 15
laguna-point,47505 Laguna Point  laguna-point Geitodoris heathi 47505 14
pillar-point,47505 Pillar Point pillar-point Geitodoris heathi 47505 346

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