measurements
- measurement
- A value of "?" indicates that no conclusive measurement was given, with null used to signify a DNF/DQ. Note that times are stored internally as seconds but presented in D:HH:MM:SS format.
5 rows where objective = 164
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1835 | Rotate the pulper wheel without pulping the egg 747 | Frankie Boyle 98 | 8.5 | rotations ▲ 164 |
1836 | Rotate the pulper wheel without pulping the egg 747 | Ivo Graham 99 | 56 | rotations ▲ 164 |
1837 | Rotate the pulper wheel without pulping the egg 747 | Jenny Eclair 100 | rotations ▲ 164 | |
1838 | Rotate the pulper wheel without pulping the egg 747 | Kiell Smith-Bynoe 101 | 2.75 | rotations ▲ 164 |
1839 | Rotate the pulper wheel without pulping the egg 747 | Mae Martin 102 | rotations ▲ 164 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE measurements ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), contestant INTEGER REFERENCES people(id), measurement REAL, objective INTEGER REFERENCES objectives(id) );