episodes
- tasks
- the number of "standard" tasks (those having five judged attempts) in this episode
6 rows where series = 1
This data as json, CSV (advanced)
Suggested facets: winner, studio_date, points, tasks, finale, air_date (date), studio_date (date)
id ▲ | series | episode | title | winner | air_date | studio_date | points | tasks | finale | TMI |
---|---|---|---|---|---|---|---|---|---|---|
1 | Series 1 1 | 1 | Melon buffet. | Frank Skinner 3 | 2015-07-28 | 2015-03-23 | 75 | 5 | ➚ | |
2 | Series 1 1 | 2 | The pie whisperer. | Roisin Conaty 5 | 2015-08-04 | 2015-03-23 | 78 | 5 | ➚ | |
3 | Series 1 1 | 3 | The poet and the egg. | Josh Widdicombe 4 | 2015-08-11 | 2015-03-24 | 84 | 6 | ➚ | |
4 | Series 1 1 | 4 | Down an octave. | Josh Widdicombe 4 | 2015-08-18 | 2015-03-24 | 58 | 5 | ➚ | |
5 | Series 1 1 | 5 | Little denim shorts. | Frank Skinner 3 | 2015-08-25 | 2015-03-25 | 78 | 6 | ➚ | |
6 | Series 1 1 | 6 | The last supper. | Tim Key 7 | 2015-09-01 | 2015-03-25 | 63 | 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 );