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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
45 Series 7 7 1 The mean bean. Kerry Godliman 40 2018-09-05 2018-07-19 77 5 ➚
46 Series 7 7 2 My eyes are circles. Kerry Godliman 40 2018-09-12 2018-07-19 103 6 ➚
53 Series 7 7 9 The pendulum draws the eye. Kerry Godliman 40 2018-10-31 2018-07-25 73 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.226ms