TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 184

✎ 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
442 Series 5 5 Boing boing. 31 Travel blindfolded for three minutes and retrace your steps 184 Aisling Bea 23 shit Why have you brought me to this bloody shithole?
443 Series 5 5 Boing boing. 31 Travel blindfolded for three minutes and retrace your steps 184 Bob Mortimer 24 fuck Oh, fucking...
444 Series 5 5 Boing boing. 31 Travel blindfolded for three minutes and retrace your steps 184 Bob Mortimer 24 fuck Oh, fuck. I never got through there.
445 Series 5 5 Boing boing. 31 Travel blindfolded for three minutes and retrace your steps 184 Sally Phillips 27 shit Right at the end, I went, "Shit, I should have used this as a compass!" ✓

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