home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 4647

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,4647 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Falco peregrinus 4647 2
laguna-point,4647 Laguna Point  laguna-point Falco peregrinus 4647 1
pillar-point,4647 Pillar Point pillar-point Falco peregrinus 4647 37
shark-fin-cove,4647 Shark Fin Cove shark-fin-cove Falco peregrinus 4647 3

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