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

5 rows where series = 2

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: winner, tasks, finale, air_date (date)

id ▲ series episode title winner air_date studio_date points tasks finale TMI
7 Series 2 2 1 Fear of failure. Richard Osman 12 2016-06-21   72 5 ➚
8 Series 2 2 2 Pork is a sausage. Jon Richardson 10 2016-06-28   90 6 ➚
9 Series 2 2 3 A pistachio eclair. Katherine Ryan 11 2016-07-05   120 6 ➚
10 Series 2 2 4 Welcome to Rico Face. Doc Brown 8 2016-07-12   67 6 ➚
11 Series 2 2 5 There's strength in arches. Richard Osman 12 2016-07-19   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 9.55ms