weight
74 rows
This data as json, CSV (advanced)
Suggested facets: weight, day (date)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE weight ( day DATE NOT NULL, weight FLOAT NOT NULL, PRIMARY KEY (day) );
This data as json, CSV (advanced)
Suggested facets: weight, day (date)
JSON shape: default, array, newline-delimited, object
CREATE TABLE weight ( day DATE NOT NULL, weight FLOAT NOT NULL, PRIMARY KEY (day) );