episode_scores
5 rows where episode = 59
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
291 | Stay humble. 59 | Iain Stirling 43 | 21 | 1 | 81 | 2 |
292 | Stay humble. 59 | Joe Thomas 44 | 20 | 2= | 77 | 4 |
293 | Stay humble. 59 | Lou Sanders 45 | 20 | 2= | 95 | 1 |
294 | Stay humble. 59 | Paul Sinha 46 | 14 | 5 | 65 | 5 |
295 | Stay humble. 59 | Sian Gibson 47 | 17 | 4 | 80 | 3 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE episode_scores ( id INTEGER PRIMARY KEY, episode INTEGER REFERENCES episodes(id), contestant INTEGER REFERENCES people(id), score INTEGER, rank TEXT, series INTEGER, srank TEXT );