home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 84264

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,84264 China beach china-beach Ligia pallasii 84264 2
redondo-beach,84264 Redondo beach redondo-beach Ligia pallasii 84264 2
shark-fin-cove,84264 Shark Fin Cove shark-fin-cove Ligia pallasii 84264 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 14.182ms