TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 303

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
812 Series 7 7 The perfect stuff. 51 Build an extension to the Taskmaster house 303 Phil Wang 41 fuck He named me foreman and then fucked off. ✓
813 Series 7 7 The perfect stuff. 51 Build an extension to the Taskmaster house 303 James Acaster 38 fuck And then just kind of looked at us like, "What the fuck you gonna do about that?" ✓
814 Series 7 7 The perfect stuff. 51 Build an extension to the Taskmaster house 303 James Acaster 38 shit I didn't know he'd also gone, "Oh, the perfect stuff." And then done that shit! ✓

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