home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 47476

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
laguna-point,47476 Laguna Point  laguna-point Acanthodoris nanaimoensis 47476 1
pillar-point,47476 Pillar Point pillar-point Acanthodoris nanaimoensis 47476 87
redondo-beach,47476 Redondo beach redondo-beach Acanthodoris nanaimoensis 47476 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 19.524ms