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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
25 Series 5 5 1 Dignity intact. Bob Mortimer 24 2017-09-13 2017-07-03 75 5 ➚
27 Series 5 5 3 Phoenix. Bob Mortimer 24 2017-09-27 2017-07-04 73 5 ➚
31 Series 5 5 7 Boing boing. Bob Mortimer 24 2017-10-25 2017-07-06 78 6 ➚

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