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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
56 Series 8 8 2 A novel about Russian Gulags. Lou Sanders 45 2019-05-15 2019-03-21 89 6 ➚
57 Series 8 8 3 Stuck in a mammal groove. Lou Sanders 45 2019-05-22 2019-03-22 73 5 ➚
63 Series 8 8 9 I've been a bit ill. Lou Sanders 45 2019-07-03 2019-03-27 88 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 8.807ms