home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 56083

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,56083 China beach china-beach Armadillidium vulgare 56083 2
fitzgerald-marine-reserve,56083 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Armadillidium vulgare 56083 1
pillar-point,56083 Pillar Point pillar-point Armadillidium vulgare 56083 5
shark-fin-cove,56083 Shark Fin Cove shark-fin-cove Armadillidium vulgare 56083 1

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