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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
38 Series 6 6 4 BMXing! Russell Howard 36 2018-05-23 2018-03-23 106 7 ➚
41 Series 6 6 7 Roadkill doused in syrup. Russell Howard 36 2018-06-13 2018-03-27 87 6 ➚
42 Series 6 6 8 What kind of pictures? Russell Howard 36 2018-06-20 2018-03-27 79 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 26.538ms