episode_scores
10 rows where contestant = 48
This data as json, CSV (advanced)
Suggested facets: score, rank, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
321 | Join our cult. 65 | David Baddiel 48 | 14 | 3 | 14 | 3 |
326 | Butter in the microwave. 66 | David Baddiel 48 | 10 | 5 | 24 | 5 |
331 | Five miles per day. 67 | David Baddiel 48 | 17 | 3= | 41 | 5 |
336 | Quisps. 68 | David Baddiel 48 | 12 | 4 | 53 | 5 |
341 | Another spoon. 69 | David Baddiel 48 | 12 | 5 | 65 | 5 |
346 | Bready bready bready. 70 | David Baddiel 48 | 10 | 5 | 75 | 5 |
351 | A cuddle. 71 | David Baddiel 48 | 14 | 4 | 89 | 5 |
356 | Shaqinahat. 72 | David Baddiel 48 | 10 | 5 | 99 | 5 |
361 | Don't like them go bang. 73 | David Baddiel 48 | 19 | 1 | 118 | 5 |
366 | Think about the spirit. 74 | David Baddiel 48 | 10 | 3= | 128 | 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 );