home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

7 rows where taxon = 59698

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
china-beach,59698 China beach china-beach Velella velella 59698 20
fiscalini-ranch,59698 Fiscalini Ranch fiscalini-ranch Velella velella 59698 2
fitzgerald-marine-reserve,59698 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Velella velella 59698 6
laguna-point,59698 Laguna Point  laguna-point Velella velella 59698 9
pillar-point,59698 Pillar Point pillar-point Velella velella 59698 89
redondo-beach,59698 Redondo beach redondo-beach Velella velella 59698 12
shark-fin-cove,59698 Shark Fin Cove shark-fin-cove Velella velella 59698 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 8.215ms