TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
47 Series 1 1 The poet and the egg. 3 Get an egg as high as possible 16 Romesh Ranganathan 6 fuck Fuck.
48 Series 1 1 The poet and the egg. 3 Get an egg as high as possible 16 Romesh Ranganathan 6 hell I don't know what the hell to do.
49 Series 1 1 The poet and the egg. 3 Get an egg as high as possible 16 Romesh Ranganathan 6 bollock Oh, bollocks.
50 Series 1 1 The poet and the egg. 3 Get an egg as high as possible 16 Tim Key 7 bollock
fuck
Bollocks. Crap. Fuck off.
51 Series 1 1 The poet and the egg. 3 Get an egg as high as possible 16 Romesh Ranganathan 6 piss Like, you're really pissing me off tonight, man. ✓
52 Series 1 1 The poet and the egg. 3 Get an egg as high as possible 16 Greg Davies 2 shit I'm amazed I give a shit. ✓

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