TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 364

✎ 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
930 Series 8 8 Aquatic sewing machine. 62 Make a portrait of a former contestant using sand and one tool 364 Joe Thomas 44 shit It's like a sort of metaphor for just life and the future, isn't it? Could be different, but all shit.
931 Series 8 8 Aquatic sewing machine. 62 Make a portrait of a former contestant using sand and one tool 364 Greg Davies 2 shit Nice that in this episode Joe finally works out that this entire show is a metaphor for how shit life is. ✓
932 Series 8 8 Aquatic sewing machine. 62 Make a portrait of a former contestant using sand and one tool 364 Paul Sinha 46 bugger Not going to bugger it up any more than I have to.
933 Series 8 8 Aquatic sewing machine. 62 Make a portrait of a former contestant using sand and one tool 364 Greg Davies 2 Christ Christ! ✓
934 Series 8 8 Aquatic sewing machine. 62 Make a portrait of a former contestant using sand and one tool 364 Greg Davies 2 shit It's so shit! ✓
935 Series 8 8 Aquatic sewing machine. 62 Make a portrait of a former contestant using sand and one tool 364 Lou Sanders 45 fuck Fuck off! Honestly, I can't actually believe this. ✓

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