episode_scores
5 rows where episode = 138
This data as json, CSV (advanced)
| id ▲ | episode | contestant | score | rank | series | srank |
|---|---|---|---|---|---|---|
| 686 | A yardstick for failure. 138 | Frankie Boyle 98 | 10 | 4 | 150 | 4 |
| 687 | A yardstick for failure. 138 | Ivo Graham 99 | 12 | 3 | 131 | 5 |
| 688 | A yardstick for failure. 138 | Jenny Eclair 100 | 18 | 1= | 152 | 3 |
| 689 | A yardstick for failure. 138 | Kiell Smith-Bynoe 101 | 9 | 5 | 158 | 2 |
| 690 | A yardstick for failure. 138 | Mae Martin 102 | 18 | 1= | 174 | 1 |
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 );