episode_scores
5 rows where episode = 81
This data as json, CSV (advanced)
Suggested facets: score, rank, series, srank
| id ▲ | episode | contestant | score | rank | series | srank |
|---|---|---|---|---|---|---|
| 401 | Legit glass. 81 | Daisy May Cooper 53 | 11 | 4 | 116 | 1 |
| 402 | Legit glass. 81 | Johnny Vegas 54 | 16 | 1= | 109 | 2 |
| 403 | Legit glass. 81 | Katherine Parkinson 55 | 13 | 3 | 90 | 5 |
| 404 | Legit glass. 81 | Mawaan Rizwan 56 | 16 | 1= | 106 | 3= |
| 405 | Legit glass. 81 | Richard Herring 57 | 9 | 5 | 106 | 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 );