Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette

3 rows

View and edit SQL

pk ▼ distance frequency
1 1 m 100 Hz
2 5.0 km 2.5 kHz
3 100.0 km 75.0 kHz

Advanced export

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

CSV options:

CREATE TABLE units (
  pk integer primary key,
  distance int,
  frequency int
);