home / data

Menu
  • GraphQL API

species_counts

Table actions
  • GraphQL API for species_counts

2 rows where taxon = 130197

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link place taxon count
china-beach,130197 China beach china-beach Ulva intestinalis 130197 1
redondo-beach,130197 Redondo beach redondo-beach Ulva intestinalis 130197 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 19.038ms
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows