episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 21
This data as json, CSV (advanced)
Suggested facets: finale, air_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
18 | Series 4 4 | 2 | Look at me. | Mel Giedroyc 21 | 2017-05-02 | 86 | 6 | ➚ | ||
20 | Series 4 4 | 4 | Friendship is truth. | Mel Giedroyc 21 | 2017-05-16 | 98 | 6 | ➚ | ||
24 | Series 4 4 | 8 | Tony Three Pies. | Mel Giedroyc 21 | 2017-06-13 | 83 | 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 );