TdlM / taskmaster

Menu
  • Make shortlink

episodes

Table actions
  • Toggle column notes
tasks
the number of "standard" tasks (those having five judged attempts) in this episode

10 rows where series = 9

✎ View and edit SQL

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
65 Series 9 9 1 Join our cult. Rose Matafeo 52 2019-09-04 2019-07-18 71 5 ➚
66 Series 9 9 2 Butter in the microwave. Ed Gamble 49 2019-09-11 2019-07-18 77 5 ➚
67 Series 9 9 3 Five miles per day. Katy Wix 51 2019-09-18 2019-07-19 92 6 ➚
68 Series 9 9 4 Quisps. Rose Matafeo 52 2019-09-25 2019-07-19 73 5 ➚
69 Series 9 9 5 Another spoon. Jo Brand 50 2019-10-02 2019-07-22 79 5 ➚
70 Series 9 9 6 Bready bready bready. Ed Gamble 49 2019-10-09 2019-07-22 72 5 ➚
71 Series 9 9 7 A cuddle. Katy Wix 51 2019-10-16 2019-07-23 88 5 ➚
72 Series 9 9 8 Shaqinahat. Ed Gamble 49 2019-10-23 2019-07-23 77 5 ➚
73 Series 9 9 9 Don't like them go bang. David Baddiel 48 2019-10-30 2019-07-24 84 5 ➚
74 Series 9 9 10 Think about the spirit. Ed Gamble 49 2019-11-06 2019-07-24 53 5 ✓ ➚

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
);
Powered by Datasette · Queries took 18.458ms