home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 47414

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,47414 China beach china-beach Emerita analoga 47414 36
pillar-point,47414 Pillar Point pillar-point Emerita analoga 47414 34
shark-fin-cove,47414 Shark Fin Cove shark-fin-cove Emerita analoga 47414 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 12.395ms