episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 42
This data as json, CSV (advanced)
Suggested facets: studio_date, tasks, air_date (date), studio_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
48 | Series 7 7 | 4 | OLLIE. | Rhod Gilbert 42 | 2018-09-26 | 2018-07-20 | 78 | 5 | ➚ | |
51 | Series 7 7 | 7 | The perfect stuff. | Rhod Gilbert 42 | 2018-10-17 | 2018-07-24 | 83 | 6 | ➚ | |
52 | Series 7 7 | 8 | Mother honks her horn. | Rhod Gilbert 42 | 2018-10-24 | 2018-07-24 | 80 | 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 );