Data source: github.com/simon/datasette-psutil · About: /-/psutil demo
This data as json, CSV (advanced)
pk ▼ | distance | frequency |
---|---|---|
1 | 1 | 100 |
2 | 5000 | 2500 |
3 | 100000 | 75000 |
JSON shape: default, array, newline-delimited, object
CREATE TABLE units ( pk integer primary key, distance int, frequency int );