TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 517

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1332 Series 11 11 Absolute casserole. 91 Make a portrait of the Taskmaster on a door using your feet 517 Jamali Maddix 64 shit He's sitting under a tree, thinking of tasks and shit.
1333 Series 11 11 Absolute casserole. 91 Make a portrait of the Taskmaster on a door using your feet 517 Greg Davies 2 shit The idea of me sitting under a tree thinking of tasks and shit... ✓
1334 Series 11 11 Absolute casserole. 91 Make a portrait of the Taskmaster on a door using your feet 517 Alex Horne 1 piss Well, Sarah said "This is a piece of piss. There's his little piggy nose," and she did this. ✓
1335 Series 11 11 Absolute casserole. 91 Make a portrait of the Taskmaster on a door using your feet 517 Alex Horne 1 shit Jamali said it was so good you could take it to a gallery and sell this shit. ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE profanity (
   id      INTEGER PRIMARY KEY,
   series  INTEGER REFERENCES series(id),
   episode INTEGER REFERENCES episodes(id),
   task    INTEGER REFERENCES tasks(id),
   speaker INTEGER REFERENCES people(id),
   roots   TEXT,
   quote   TEXT,
   studio  INTEGER
);
Powered by Datasette · Queries took 11.647ms