episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
2 rows where winner = 19
This data as json, CSV (advanced)
Suggested facets: air_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
19 | Series 4 4 | 3 | Hollowing out a baguette. | Joe Lycett 19 | 2017-05-09 | 68 | 6 | ➚ | ||
23 | Series 4 4 | 7 | No stars for naughty boys. | Joe Lycett 19 | 2017-06-06 | 92 | 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 );