TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 256

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
698 Series 6 6 The Bubble Brothers. 43 Perform a number from the Taskmaster musical 256 Russell Howard 36 dick Just say it, don't sing. Dick! We know it's raining.
699 Series 6 6 The Bubble Brothers. 43 Perform a number from the Taskmaster musical 256 Asim Chaudhry 34 fuck Tim Vine, right, is a lovely man, wonderful man, but he's fucking weird. ✓
700 Series 6 6 The Bubble Brothers. 43 Perform a number from the Taskmaster musical 256 Alice Levine 33 shit ♪ Happy people in the house, make you do weird 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 13.532ms