episode_scores
2 rows where contestant = 29
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
162 | Wiley giraffe blower. 33 | Josh Widdicombe 29 | 19 | 2= | 19 | 2= |
167 | I've sinned again. 34 | Josh Widdicombe 29 | 18 | 1 | 37 | 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 );