home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

2 rows where taxon = 9721

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,9721 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Geothlypis trichas 9721 11
pillar-point,9721 Pillar Point pillar-point Geothlypis trichas 9721 12

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