TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 113

✎ 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
297 Series 4 4 Friendship is truth. 20 Make the highest splash 113 Noel Fielding 22 fuck That sun's fucking bright!
298 Series 4 4 Friendship is truth. 20 Make the highest splash 113 Noel Fielding 22 twat I tell you who it won't be, that twat who dresses like a crow. ✓
299 Series 4 4 Friendship is truth. 20 Make the highest splash 113 Joe Lycett 19 shit Shit.
300 Series 4 4 Friendship is truth. 20 Make the highest splash 113 Greg Davies 2 fuck He was dropping a plumb line for absolute accuracy, Which is what all dads do before they totally miss the fucking bucket. ✓

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