episode_scores
10 rows where contestant = 55
This data as json, CSV (advanced)
Suggested facets: score, rank, srank
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
373 | God's haemorrhoid. 75 | Katherine Parkinson 55 | 6 | 5 | 6 | 5 |
378 | A documentary about a despot. 76 | Katherine Parkinson 55 | 19 | 1= | 25 | 3= |
383 | Point of swivel. 77 | Katherine Parkinson 55 | 7 | 5 | 32 | 5 |
388 | Toshwash. 78 | Katherine Parkinson 55 | 15 | 3 | 47 | 5 |
393 | I hate your trainers. 79 | Katherine Parkinson 55 | 20 | 3 | 67 | 5 |
398 | Hippopotamus. 80 | Katherine Parkinson 55 | 10 | 5 | 77 | 5 |
403 | Legit glass. 81 | Katherine Parkinson 55 | 13 | 3 | 90 | 5 |
408 | Moments of silence. 82 | Katherine Parkinson 55 | 12 | 2= | 102 | 5 |
413 | Air Horn Andy. 83 | Katherine Parkinson 55 | 6 | 5 | 108 | 5 |
418 | Dog meat trifle. 84 | Katherine Parkinson 55 | 10 | 4 | 118 | 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 );