episode_scores
5 rows where contestant = 15
This data as json, CSV (advanced)
Suggested facets: rank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
58 | A pea in a haystack. 12 | Paul Chowdhry 15 | 8 | 5 | 8 | 5 |
63 | The dong and the gong. 13 | Paul Chowdhry 15 | 13 | 5 | 21 | 5 |
68 | Little polythene grief cave. 14 | Paul Chowdhry 15 | 22 | 1 | 43 | 5 |
73 | A very nuanced character. 15 | Paul Chowdhry 15 | 11 | 5 | 54 | 5 |
78 | The F.I.P. 16 | Paul Chowdhry 15 | 12 | 4 | 66 | 5 |
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 );