TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 413

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1083 Series 9 9 A cuddle. 71 Find and put the gold rings on the stick 413 David Baddiel 48 fuck Fuck, that really hurt.
1084 Series 9 9 A cuddle. 71 Find and put the gold rings on the stick 413 David Baddiel 48 fuck Ah fuck, come on.
1085 Series 9 9 A cuddle. 71 Find and put the gold rings on the stick 413 Rose Matafeo 52 fuck Fuck!
1086 Series 9 9 A cuddle. 71 Find and put the gold rings on the stick 413 Rose Matafeo 52 damn God damn it, I hate you so much. I hate you so much!

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