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

4 rows where winner = 49

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
66 Series 9 9 2 Butter in the microwave. Ed Gamble 49 2019-09-11 2019-07-18 77 5 ➚
70 Series 9 9 6 Bready bready bready. Ed Gamble 49 2019-10-09 2019-07-22 72 5 ➚
72 Series 9 9 8 Shaqinahat. Ed Gamble 49 2019-10-23 2019-07-23 77 5 ➚
74 Series 9 9 10 Think about the spirit. Ed Gamble 49 2019-11-06 2019-07-24 53 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.176ms