episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 65
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 |
---|---|---|---|---|---|---|---|---|---|---|
92 | Series 11 11 | 7 | You've got no chutzpah. | Lee Mack 65 | 2021-04-29 | 69 | 5 | ➚ | ||
93 | Series 11 11 | 8 | An orderly species. | Lee Mack 65 | 2021-05-06 | 74 | 5 | ➚ | ||
95 | Series 11 11 | 10 | Activate Jamali. | Lee Mack 65 | 2021-05-20 | 76 | 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 );