TdlM / taskmaster

Menu
  • Make shortlink

profanity

8 rows where speaker = 40

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
750 Series 7 7 OLLIE. 48 The most confusing thing 282 Kerry Godliman 40 fuck I sometimes just don't watch films, like the Matrix, 'cause I can't be fucked to plug it in. ✓
766 Series 7 7 OLLIE. 48 Change your appearance in a lift 284 Kerry Godliman 40 tits That was mainly 'cause of the word "tits". ✓
769 Series 7 7 OLLIE. 48 Make the scales read exactly 31.770kg 285 Kerry Godliman 40 shit Oh! Oh! Not so shit, then. ✓
772 Series 7 7 Lotta soup. 49 Spectacularly deliver the task to Alex 289 Kerry Godliman 40 fuck All right, fuck you. ✓
785 Series 7 7 Lotta soup. 49 Place objects on the hanger without it falling 293 Kerry Godliman 40 shit OK, so we're just dangling shit. ✓
804 Series 7 7 The perfect stuff. 51 The most exciting thing beginning with 'G' 300 Kerry Godliman 40 shit Okay, I see where you're coming from. That it's shit. ✓
845 Series 7 7 The pendulum draws the eye. 53 Find the satsuma in a sock 314 Kerry Godliman 40 shit It's always scary when you leave Rhod till last. He does... crazy shit. ✓
869 Series 7 7 I can hear it gooping. 54 Tie yourself up as securely as possible 321 Kerry Godliman 40 piss I'm really pissed off.

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