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

2 rows where winner = 25

✎ 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
28 Series 5 5 4 Residue around the hoof. Mark Watson 25 2017-10-04 2017-07-04 96 7 ➚
29 Series 5 5 5 A wind-dried puffin. Mark Watson 25 2017-10-11 2017-07-05 72 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.144ms