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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: finale, air_date (date)

id ▲ series episode title winner air_date studio_date points tasks finale TMI
97 Series 12 12 2 Oatmeal and death. Guz Khan 70 2021-09-30   82 5 ➚
100 Series 12 12 5 Croissants is croissants. Guz Khan 70 2021-10-21   70 5 ➚
101 Series 12 12 6 A chair in a sweet. Guz Khan 70 2021-10-28   76 5 ➚
105 Series 12 12 10 Caring Uncle Minpict. Guz Khan 70 2021-11-25   93 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 3123.655ms