TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 665

✎ 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
1649 Series 14 14 Enormous hugeness. 119 Obey all your signs 665 Dara Ó Briain 88 ass/arse "Get your arse off this." It's not on this.
1650 Series 14 14 Enormous hugeness. 119 Obey all your signs 665 John Kearns 90 bollock Right, that's bollocks. That, apparently, is "home" in Wingdings.
1651 Series 14 14 Enormous hugeness. 119 Obey all your signs 665 Greg Davies 2 ass/arse There's quite an arse theme within your response, Fern. ✓
1652 Series 14 14 Enormous hugeness. 119 Obey all your signs 665 Sarah Millican 92 bugger "Leave." "Sod off." It says "go away." This says "bugger off".
1653 Series 14 14 Enormous hugeness. 119 Obey all your signs 665 Greg Davies 2 bugger Gloria Gaynor should have been more aggressive. She should have said, "Go on, bugger 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 36.224ms