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

3 rows where winner = 106

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: air_date (date), studio_date (date)

id ▲ series episode title winner air_date studio_date points tasks finale TMI
140 Series 16 16 2 Hell is here. Sue Perkins 106 2023-09-28 2023-05-02 76 5 ➚
142 Series 16 16 4 Dynamite chicks. Sue Perkins 106 2023-10-12 2023-05-03 81 5 ➚
147 Series 16 16 9 Fagin at the disco. Sue Perkins 106 2023-11-16 2023-05-12 68 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 19.802ms