TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where speaker = 68

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1399 Series 12 12 An imbalance in the poppability. 96 Paint a flattering picture of the Taskmaster in action 544 Alan Davies 68 shit Oh, look at all this shit! OK.
1420 Series 12 12 Oatmeal and death. 97 Work out the contents of the bags 549 Alan Davies 68 shit
shit
Oh, you absolute... shitbag. Don't know why the word "shitbag" came to mind.
1441 Series 12 12 The customised inhaler. 99 Complete the course as slowly as possible 558 Alan Davies 68 bastard Stop, you bastard! Stop!
1487 Series 12 12 A couple of Ethels. 103 Make a popcorn necklace and do the right thing 578 Alan Davies 68 shit Oh, shit.
1502 Series 12 12 Caring Uncle Minpict. 105 The most magnificent floppy thing 588 Alan Davies 68 cock My cock can do that, by the way. ✓

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 25.598ms