episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 102
This data as json, CSV (advanced)
Suggested facets: studio_date, air_date (date), studio_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
129 | Series 15 15 | 1 | The curse of politeness. | Mae Martin 102 | 2023-03-30 | 2022-09-22 | 71 | 5 | ➚ | |
133 | Series 15 15 | 5 | Old Honkfoot. | Mae Martin 102 | 2023-04-27 | 2022-09-26 | 97 | 5 | ➚ | |
134 | Series 15 15 | 6 | It's my milk now. | Mae Martin 102 | 2023-05-04 | 2022-09-26 | 72 | 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 );