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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
12 Series 3 3 1 A pea in a haystack. Al Murray 13 2016-10-04   73 5 ➚
13 Series 3 3 2 The dong and the gong. Rob Beckett 16 2016-10-11   85 6 ➚
14 Series 3 3 3 Little polythene grief cave. Paul Chowdhry 15 2016-10-18   88 6 ➚
15 Series 3 3 4 A very nuanced character. Dave Gorman 14 2016-10-25   73 5 ➚
16 Series 3 3 5 The F.I.P. Rob Beckett 16 2016-11-01   67 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 10.896ms