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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
112 Series 13 13 6 The 75th question. Sophie Duker 82 2022-05-19 2021-09-20 62 5 ➚
113 Series 13 13 7 Heg. Sophie Duker 82 2022-05-26 2021-09-21 110 6 ➚
116 Series 13 13 10 The House Queens. Sophie Duker 82 2022-06-16 2021-09-22 89 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 16.716ms