episode_scores
10 rows where contestant = 44
This data as json, CSV (advanced)
Suggested facets: score, rank, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
272 | Hello. 55 | Joe Thomas 44 | 12 | 4 | 12 | 4 |
277 | A novel about Russian Gulags. 56 | Joe Thomas 44 | 20 | 2 | 32 | 3= |
282 | Stuck in a mammal groove. 57 | Joe Thomas 44 | 10 | 5 | 42 | 4 |
287 | The barrel dad. 58 | Joe Thomas 44 | 15 | 1= | 57 | 4 |
292 | Stay humble. 59 | Joe Thomas 44 | 20 | 2= | 77 | 4 |
297 | Rock 'n' roll umlaut. 60 | Joe Thomas 44 | 14 | 2 | 91 | 3= |
302 | This is Trevor. 61 | Joe Thomas 44 | 24 | 1 | 115 | 2 |
307 | Aquatic sewing machine. 62 | Joe Thomas 44 | 7 | 5 | 122 | 2 |
312 | I've been a bit ill. 63 | Joe Thomas 44 | 16 | 4= | 138 | 2= |
317 | Clumpy swayey clumsy man. 64 | Joe Thomas 44 | 12 | 3= | 150 | 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 );