episode_scores
5 rows where episode = 55
This data as json, CSV (advanced)
Suggested facets: score, rank, series, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
271 | Hello. 55 | Iain Stirling 43 | 20 | 1= | 20 | 1= |
272 | Hello. 55 | Joe Thomas 44 | 12 | 4 | 12 | 4 |
273 | Hello. 55 | Lou Sanders 45 | 20 | 1= | 20 | 1= |
274 | Hello. 55 | Paul Sinha 46 | 10 | 5 | 10 | 5 |
275 | Hello. 55 | Sian Gibson 47 | 16 | 3 | 16 | 3 |
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 );