TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 718

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
1798 Series 15 15 The curse of politeness. 129 Put a ball of string on the cushion 718 Jenny Eclair 100 damn Damn and blast you!
1799 Series 15 15 The curse of politeness. 129 Put a ball of string on the cushion 718 Greg Davies 2 prick I've said it before, I'll say it again, Frankie, the guy's a prick. ✓
1800 Series 15 15 The curse of politeness. 129 Put a ball of string on the cushion 718 Kiell Smith-Bynoe 101 damn Damn, that's neat!
1801 Series 15 15 The curse of politeness. 129 Put a ball of string on the cushion 718 Jenny Eclair 100 fuck No tricks? I mean, the awful trick would be if, at the end of all this, you said, "Now wind it all back up", and I say, "Fuck off, you sod."
1802 Series 15 15 The curse of politeness. 129 Put a ball of string on the cushion 718 Jenny Eclair 100 hell Oh, bloody hell.
1803 Series 15 15 The curse of politeness. 129 Put a ball of string on the cushion 718 Greg Davies 2 damn I put that, uh, "Mae lost their goddamn mind", is what I wrote down initially. ✓

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