episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
3 rows where winner = 88
This data as json, CSV (advanced)
Suggested facets: tasks, finale, air_date (date), studio_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
119 | Series 14 14 | 2 | Enormous hugeness. | Dara Ó Briain 88 | 2022-10-06 | 2022-04-28 | 91 | 6 | ➚ | |
124 | Series 14 14 | 7 | The system of endless plates. | Dara Ó Briain 88 | 2022-11-10 | 2022-05-03 | 78 | 5 | ➚ | |
127 | Series 14 14 | 10 | Did I meet these potatoes before? | Dara Ó Briain 88 | 2022-12-01 | 2022-05-04 | 71 | 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 );