episode_scores
5 rows where contestant = 16
This data as json, CSV (advanced)
Suggested facets: score, rank, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
59 | A pea in a haystack. 12 | Rob Beckett 16 | 15 | 3 | 15 | 3 |
64 | The dong and the gong. 13 | Rob Beckett 16 | 21 | 1 | 36 | 2 |
69 | Little polythene grief cave. 14 | Rob Beckett 16 | 19 | 3 | 55 | 1 |
74 | A very nuanced character. 15 | Rob Beckett 16 | 15 | 3 | 70 | 1 |
79 | The F.I.P. 16 | Rob Beckett 16 | 17 | 1 | 87 | 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 );