episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 80
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 |
---|---|---|---|---|---|---|---|---|---|---|
107 | Series 13 13 | 1 | The noise that blue makes. | Chris Ramsey 80 | 2022-04-14 | 2021-09-16 | 77 | 5 | ➚ | |
108 | Series 13 13 | 2 | Birdy hand finger. | Chris Ramsey 80 | 2022-04-21 | 2021-09-16 | 76 | 5 | ➚ | |
115 | Series 13 13 | 9 | It might be wind. | Chris Ramsey 80 | 2022-06-09 | 2021-09-22 | 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 );