episode_scores
5 rows where episode = 64
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
316 | Clumpy swayey clumsy man. 64 | Iain Stirling 43 | 18 | 1 | 156 | 2 |
317 | Clumpy swayey clumsy man. 64 | Joe Thomas 44 | 12 | 3= | 150 | 3 |
318 | Clumpy swayey clumsy man. 64 | Lou Sanders 45 | 12 | 3= | 164 | 1 |
319 | Clumpy swayey clumsy man. 64 | Paul Sinha 46 | 11 | 5 | 136 | 5 |
320 | Clumpy swayey clumsy man. 64 | Sian Gibson 47 | 13 | 2 | 143 | 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 );