episode_scores
5 rows where episode = 76
This data as json, CSV (advanced)
Suggested facets: score, rank, series, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
376 | A documentary about a despot. 76 | Daisy May Cooper 53 | 18 | 3 | 29 | 2 |
377 | A documentary about a despot. 76 | Johnny Vegas 54 | 15 | 5 | 25 | 3= |
378 | A documentary about a despot. 76 | Katherine Parkinson 55 | 19 | 1= | 25 | 3= |
379 | A documentary about a despot. 76 | Mawaan Rizwan 56 | 16 | 4 | 24 | 5 |
380 | A documentary about a despot. 76 | Richard Herring 57 | 19 | 1= | 31 | 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 );