TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where speaker = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: episode, task, roots, roots (array)

id ▲ series episode task speaker roots quote studio
208 Series 3 3 A pea in a haystack. 12 Propel a pea along a red carpet 68 Paul Chowdhry 15 shit It's like finding a pea in a... haystack. Shit!
210 Series 3 3 A pea in a haystack. 12 Make the best snowman 69 Paul Chowdhry 15 bastard Bastard's crying, innit?
222 Series 3 3 The dong and the gong. 13 Burst all of the balloons 75 Paul Chowdhry 15 piss Taking the piss, mate.
223 Series 3 3 The dong and the gong. 13 Burst all of the balloons 75 Paul Chowdhry 15 bastard
bastard
These balloons are bastards, mate. They're bastards, innit?
224 Series 3 3 The dong and the gong. 13 Burst all of the balloons 75 Paul Chowdhry 15 bastard Bastard!
233 Series 3 3 Little polythene grief cave. 14 Fill an eggcup with sweat 78 Paul Chowdhry 15 bastard Al Murray's gonna win this, that fat bastard.
244 Series 3 3 A very nuanced character. 15 Have fun on a bouncy castle 88 Paul Chowdhry 15 fuck
fuck
bastard
Oh, for fuck's sake, you fucking bastard!

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.877ms