home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 48479

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,48479 China beach china-beach Chrysaora fuscescens 48479 2
fitzgerald-marine-reserve,48479 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Chrysaora fuscescens 48479 1
pillar-point,48479 Pillar Point pillar-point Chrysaora fuscescens 48479 75
redondo-beach,48479 Redondo beach redondo-beach Chrysaora fuscescens 48479 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 7.321ms