home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 4626

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,4626 China beach china-beach Gavia immer 4626 2
laguna-point,4626 Laguna Point  laguna-point Gavia immer 4626 5
pillar-point,4626 Pillar Point pillar-point Gavia immer 4626 119
redondo-beach,4626 Redondo beach redondo-beach Gavia immer 4626 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 8.32ms