episode_scores
5 rows where episode = 88
This data as json, CSV (advanced)
Suggested facets: score, rank, series, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
436 | Run up a tree to the moon. 88 | Charlotte Ritchie 63 | 11 | 4= | 28 | 5 |
437 | Run up a tree to the moon. 88 | Jamali Maddix 64 | 11 | 4= | 31 | 4 |
438 | Run up a tree to the moon. 88 | Lee Mack 65 | 18 | 2 | 51 | 2= |
439 | Run up a tree to the moon. 88 | Mike Wozniak 66 | 13 | 3 | 51 | 2= |
440 | Run up a tree to the moon. 88 | Sarah Kendall 67 | 20 | 1 | 55 | 1 |
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 );