home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 52992

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fitzgerald-marine-reserve,52992 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Matricaria discoidea 52992 5
laguna-point,52992 Laguna Point  laguna-point Matricaria discoidea 52992 1
redondo-beach,52992 Redondo beach redondo-beach Matricaria discoidea 52992 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.653ms