TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 453

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1185 Series 10 10 I hate your trainers. 79 Bag the heaviest thing from the greatest distance 453 Greg Davies 2 fuck And I was like, "What the fuck?!" ✓
1186 Series 10 10 I hate your trainers. 79 Bag the heaviest thing from the greatest distance 453 Daisy May Cooper 53 fuck Fuck!
1187 Series 10 10 I hate your trainers. 79 Bag the heaviest thing from the greatest distance 453 Greg Davies 2 fuck I mean, the only thing of merit in the whole task yet again was her use of the word "fuck". ✓

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