episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
2 rows where winner = 33
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 |
---|---|---|---|---|---|---|---|---|---|---|
35 | Series 6 6 | 1 | The old soft curved padlock. | Alice Levine 33 | 2018-05-02 | 2018-03-22 | 72 | 5 | ➚ | |
43 | Series 6 6 | 9 | The Bubble Brothers. | Alice Levine 33 | 2018-06-27 | 2018-03-28 | 75 | 6 | ➚ |
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 );