episode_scores
5 rows where episode = 102
This data as json, CSV (advanced)
Suggested facets: series, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
506 | The integrity of the product. 102 | Alan Davies 68 | 16 | 3 | 110 | 2= |
507 | The integrity of the product. 102 | Desiree Burch 69 | 17 | 2 | 110 | 2= |
508 | The integrity of the product. 102 | Guz Khan 70 | 8 | 5 | 110 | 2= |
509 | The integrity of the product. 102 | Morgana Robinson 71 | 14 | 4 | 113 | 1 |
510 | The integrity of the product. 102 | Victoria Coren Mitchell 72 | 18 | 1 | 91 | 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 );