episode_scores
5 rows where episode = 45
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
221 | The mean bean. 45 | James Acaster 38 | 11 | 5 | 11 | 5 |
222 | The mean bean. 45 | Jessica Knappett 39 | 14 | 3 | 14 | 3 |
223 | The mean bean. 45 | Kerry Godliman 40 | 20 | 1 | 20 | 1 |
224 | The mean bean. 45 | Phil Wang 41 | 13 | 4 | 13 | 4 |
225 | The mean bean. 45 | Rhod Gilbert 42 | 19 | 2 | 19 | 2 |
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 );