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 task = 71
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
196 | The heaviest shoebox-sized item 71 | Al Murray 13 | 0.9 | kilograms ▲ 27 |
197 | The heaviest shoebox-sized item 71 | Dave Gorman 14 | 27.3 | kilograms ▲ 27 |
198 | The heaviest shoebox-sized item 71 | Paul Chowdhry 15 | 3.6 | kilograms ▲ 27 |
199 | The heaviest shoebox-sized item 71 | Rob Beckett 16 | 9.3 | kilograms ▲ 27 |
200 | The heaviest shoebox-sized item 71 | Sara Pascoe 17 | kilograms ▲ 27 |
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) );