TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
44 Series 1 1 The poet and the egg. 3 Buy a gift for the Taskmaster 15 Tim Key 7 shit Yeah, sure. But I worry that usually if you go first, it's the shittest one. ✓
45 Series 1 1 The poet and the egg. 3 Buy a gift for the Taskmaster 15 Greg Davies 2 bastard And the main use of them, of course, is I'll be able to see if there's any of those bastard pregnant women behind me. ✓
46 Series 1 1 The poet and the egg. 3 Buy a gift for the Taskmaster 15 Greg Davies 2 fuck Is it real? Fuck me! ✓

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