episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
2 rows where winner = 51
This data as json, CSV (advanced)
Suggested facets: air_date (date), studio_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
67 | Series 9 9 | 3 | Five miles per day. | Katy Wix 51 | 2019-09-18 | 2019-07-19 | 92 | 6 | ➚ | |
71 | Series 9 9 | 7 | A cuddle. | Katy Wix 51 | 2019-10-16 | 2019-07-23 | 88 | 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 );