episode_scores
5 rows where episode = 31
This data as json, CSV (advanced)
| id ▲ | episode | contestant | score | rank | series | srank | 
|---|---|---|---|---|---|---|
| 151 | Boing boing. 31 | Aisling Bea 23 | 17 | 2 | 116 | 3 | 
| 152 | Boing boing. 31 | Bob Mortimer 24 | 18 | 1 | 122 | 1 | 
| 153 | Boing boing. 31 | Mark Watson 25 | 15 | 4 | 119 | 2 | 
| 154 | Boing boing. 31 | Nish Kumar 26 | 12 | 5 | 93 | 5 | 
| 155 | Boing boing. 31 | Sally Phillips 27 | 16 | 3 | 113 | 4 | 
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 );