episode_scores
5 rows where episode = 51
This data as json, CSV (advanced)
Suggested facets: score, rank, series, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
251 | The perfect stuff. 51 | James Acaster 38 | 15 | 3= | 116 | 4 |
252 | The perfect stuff. 51 | Jessica Knappett 39 | 18 | 2 | 127 | 1 |
253 | The perfect stuff. 51 | Kerry Godliman 40 | 14 | 5 | 124 | 2= |
254 | The perfect stuff. 51 | Phil Wang 41 | 15 | 3= | 100 | 5 |
255 | The perfect stuff. 51 | Rhod Gilbert 42 | 21 | 1 | 124 | 2= |
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 );