TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 609

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1545 Series 13 13 I think I've got this. 109 Recreate a historical moment using traffic cones 609 Chris Ramsey 80 shit This is Dolly the Sheep. Didn't name that one, no one gives a shit.
1546 Series 13 13 I think I've got this. 109 Recreate a historical moment using traffic cones 609 Judi Love 81 fuck My art draws the emotion after I've done it, with just simple sand and a fucking crown... what else do you need? ✓
1547 Series 13 13 I think I've got this. 109 Recreate a historical moment using traffic cones 609 Greg Davies 2 fuck I'll tell you what you need, one point. And you can thank me for it. Fucking rubbish! ✓

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