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 = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: winner, points, finale, air_date (date)

id ▲ series episode title winner air_date studio_date points tasks finale TMI
86 Series 11 11 1 It's not your fault. Sarah Kendall 67 2021-03-18   64 5 ➚
87 Series 11 11 2 The Lure of the Treacle Puppies. Mike Wozniak 66 2021-03-25   79 5 ➚
88 Series 11 11 3 Run up a tree to the moon. Sarah Kendall 67 2021-04-01   73 5 ➚
89 Series 11 11 4 Premature conker. Sarah Kendall 67 2021-04-08   70 5 ➚
90 Series 11 11 5 Slap and tong. Charlotte Ritchie 63 2021-04-15   70 5 ➚
91 Series 11 11 6 Absolute casserole. Jamali Maddix 64 2021-04-22   74 5 ➚
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 ➚
94 Series 11 11 9 Mr Octopus and Pottyhands. Charlotte Ritchie 63 2021-05-13   76 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

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 86.467ms