episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 27
This data as json, CSV (advanced)
Suggested facets: tasks, finale, air_date (date), studio_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
26 | Series 5 5 | 2 | The leprechaun or the lesbian. | Sally Phillips 27 | 2017-09-20 | 2017-07-03 | 91 | 6 | ➚ | |
30 | Series 5 5 | 6 | Spoony Neeson. | Sally Phillips 27 | 2017-10-18 | 2017-07-05 | 78 | 5 | ➚ | |
32 | Series 5 5 | 8 | Their water's so delicious. | Sally Phillips 27 | 2017-11-01 | 2017-07-06 | 68 | 5 | ✓ | ➚ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE episodes ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), episode INTEGER, title TEXT, winner INTEGER REFERENCES people(id), air_date TEXT, studio_date TEXT, points INTEGER, tasks INTEGER, finale INTEGER, TMI INTEGER );