episode_scores
5 rows where contestant = 14
This data as json, CSV (advanced)
Suggested facets: score, rank, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
57 | A pea in a haystack. 12 | Dave Gorman 14 | 13 | 4 | 13 | 4 |
62 | The dong and the gong. 13 | Dave Gorman 14 | 17 | 3 | 30 | 4 |
67 | Little polythene grief cave. 14 | Dave Gorman 14 | 21 | 2 | 51 | 2 |
72 | A very nuanced character. 15 | Dave Gorman 14 | 17 | 1 | 68 | 2 |
77 | The F.I.P. 16 | Dave Gorman 14 | 13 | 3 | 81 | 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 );