episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 67
This data as json, CSV (advanced)
Suggested facets: air_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
86 | Series 11 11 | 1 | It's not your fault. | Sarah Kendall 67 | 2021-03-18 | 64 | 5 | ➚ | ||
88 | Series 11 11 | 3 | Run up a tree to the moon. | Sarah Kendall 67 | 2021-04-01 | 73 | 5 | ➚ | ||
89 | Series 11 11 | 4 | Premature conker. | Sarah Kendall 67 | 2021-04-08 | 70 | 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 );