TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 387

✎ 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
995 Series 9 9 Butter in the microwave. 66 Say the word ‘demeaning’ 387 Jo Brand 50 shit Guantanamo Bay. Oh, G, sorry. Shit.
996 Series 9 9 Butter in the microwave. 66 Say the word ‘demeaning’ 387 Greg Davies 2 fuck We're essentially watching The Real Marigold Hotel up there, when you've stopped for a fucking sandwich! ✓
997 Series 9 9 Butter in the microwave. 66 Say the word ‘demeaning’ 387 Jo Brand 50 fuck It told us to make a fucking sandwich. ✓
998 Series 9 9 Butter in the microwave. 66 Say the word ‘demeaning’ 387 Jo Brand 50 fuck I did know we were doing it against the clock and I didn't give a 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.896ms