episode_scores
5 rows where episode = 65
This data as json, CSV (advanced)
Suggested facets: score, rank, series, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
321 | Join our cult. 65 | David Baddiel 48 | 14 | 3 | 14 | 3 |
322 | Join our cult. 65 | Ed Gamble 49 | 16 | 2 | 16 | 2 |
323 | Join our cult. 65 | Jo Brand 50 | 12 | 4= | 12 | 4= |
324 | Join our cult. 65 | Katy Wix 51 | 12 | 4= | 12 | 4= |
325 | Join our cult. 65 | Rose Matafeo 52 | 17 | 1 | 17 | 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 );