episode_scores
5 rows where episode = 72
This data as json, CSV (advanced)
Suggested facets: score, rank, series, srank
| id ▲ | episode | contestant | score | rank | series | srank |
|---|---|---|---|---|---|---|
| 356 | Shaqinahat. 72 | David Baddiel 48 | 10 | 5 | 99 | 5 |
| 357 | Shaqinahat. 72 | Ed Gamble 49 | 20 | 1 | 138 | 1 |
| 358 | Shaqinahat. 72 | Jo Brand 50 | 15 | 3= | 130 | 3= |
| 359 | Shaqinahat. 72 | Katy Wix 51 | 15 | 3= | 132 | 2 |
| 360 | Shaqinahat. 72 | Rose Matafeo 52 | 17 | 2 | 130 | 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 );