home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

3 rows where taxon = 117776

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
fiscalini-ranch,117776 Fiscalini Ranch fiscalini-ranch Codium setchellii 117776 1
pillar-point,117776 Pillar Point pillar-point Codium setchellii 117776 6
redondo-beach,117776 Redondo beach redondo-beach Codium setchellii 117776 2

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 9.106ms