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

✎ 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
118 Series 14 14 1 The chassis, the wings. Sarah Millican 92 2022-09-29 2022-04-28 77 5 ➚
119 Series 14 14 2 Enormous hugeness. Dara Ó Briain 88 2022-10-06 2022-04-28 91 6 ➚
120 Series 14 14 3 Dafty in the middle. John Kearns 90 2022-10-13 2022-04-29 79 5 ➚
121 Series 14 14 4 Crumbs in my bralette. Sarah Millican 92 2022-10-20 2022-04-29 77 5 ➚
122 Series 14 14 5 Chip Biffington. John Kearns 90 2022-10-27 2022-05-02 98 5 ➚
123 Series 14 14 6 Long-legged lobster. Sarah Millican 92 2022-11-03 2022-05-02 62 5 ➚
124 Series 14 14 7 The system of endless plates. Dara Ó Briain 88 2022-11-10 2022-05-03 78 5 ➚
125 Series 14 14 8 The one that bats do. Munya Chawawa 91 2022-11-17 2022-05-03 65 5 ➚
126 Series 14 14 9 A new business end. Fern Brady 89 2022-11-24 2022-05-04 98 6 ➚
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

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