TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 218

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
557 Series 6 6 One warm prawn. 37 The most magnificent day trip 218 Greg Davies 2 piss Because instead of water, they use piss, right? ✓
558 Series 6 6 One warm prawn. 37 The most magnificent day trip 218 Asim Chaudhry 34 shit My thing is basically I like to go to, like, museums and shit. ✓
559 Series 6 6 One warm prawn. 37 The most magnificent day trip 218 Asim Chaudhry 34 shit And I just took pictures of me doing stupid shit around museums. ✓
560 Series 6 6 One warm prawn. 37 The most magnificent day trip 218 Greg Davies 2 fuck And you've tried to frill it up by offering "fucking about in museums." ✓

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