units

Data source: https://github.com/simonw/datasette-jellyfish

3 rows

View and edit SQL

pk ▼ distance frequency
1 1 100
2 5000 2500
3 100000 75000

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE units (
  pk integer primary key,
  distance int,
  frequency int
);
Powered by Datasette · Query took 6.967ms · Data source: https://github.com/simonw/datasette-jellyfish