TdlM / taskmaster

Menu
  • Make shortlink

profanity

7 rows where speaker = 27

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
378 Series 5 5 The leprechaun or the lesbian. 26 Create the greatest splat 155 Sally Phillips 27 piss We agreed that Bob was going to gently piss a tiny bit into a balloon. ✓
379 Series 5 5 The leprechaun or the lesbian. 26 Create the greatest splat 155 Sally Phillips 27 piss That's the one with piss in it!
405 Series 5 5 Residue around the hoof. 28 Make marmite 163 Sally Phillips 27 piss I'll just get him pissed. What about absinthe?
427 Series 5 5 A wind-dried puffin. 29 Build a can tower & greet Alex from different countries 174 Sally Phillips 27 bugger Oh, you... buggers.
445 Series 5 5 Boing boing. 31 Travel blindfolded for three minutes and retrace your steps 184 Sally Phillips 27 shit Right at the end, I went, "Shit, I should have used this as a compass!" ✓
468 Series 5 5 Their water's so delicious. 32 Transport a coconut as far as possible 190 Sally Phillips 27 ass/arse I could draw all over your arse, a pastoral scene.
469 Series 5 5 Their water's so delicious. 32 Create the best graph 191 Sally Phillips 27 ass/arse I've caved his skull in with my arse.

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