episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 38
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 |
---|---|---|---|---|---|---|---|---|---|---|
47 | Series 7 7 | 3 | Twelve blush majesty two. | James Acaster 38 | 2018-09-19 | 2018-07-20 | 74 | 5 | ➚ | |
50 | Series 7 7 | 6 | A coquettish fascinator. | James Acaster 38 | 2018-10-10 | 2018-07-23 | 87 | 6 | ➚ | |
54 | Series 7 7 | 10 | I can hear it gooping. | James Acaster 38 | 2018-11-07 | 2018-07-25 | 72 | 6 | ✓ | ➚ |
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 );