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

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode title winner air_date studio_date points tasks finale TMI
118 Series 14 14 1 The chassis, the wings. Sarah Millican 92 2022-09-29 2022-04-28 77 5 ➚
121 Series 14 14 4 Crumbs in my bralette. Sarah Millican 92 2022-10-20 2022-04-29 77 5 ➚
123 Series 14 14 6 Long-legged lobster. Sarah Millican 92 2022-11-03 2022-05-02 62 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 17.561ms