home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

5 rows where taxon = 9981

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
fitzgerald-marine-reserve,9981 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Passerculus sandwichensis 9981 3
laguna-point,9981 Laguna Point  laguna-point Passerculus sandwichensis 9981 3
pillar-point,9981 Pillar Point pillar-point Passerculus sandwichensis 9981 10
redondo-beach,9981 Redondo beach redondo-beach Passerculus sandwichensis 9981 3
shark-fin-cove,9981 Shark Fin Cove shark-fin-cove Passerculus sandwichensis 9981 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.279ms