home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

4 rows where taxon = 11901

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: count

Link place taxon count
fiscalini-ranch,11901 Fiscalini Ranch fiscalini-ranch Hirundo rustica 11901 1
fitzgerald-marine-reserve,11901 James Fitzgerald Marine Reserve  fitzgerald-marine-reserve Hirundo rustica 11901 1
pillar-point,11901 Pillar Point pillar-point Hirundo rustica 11901 9
redondo-beach,11901 Redondo beach redondo-beach Hirundo rustica 11901 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.344ms