TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 180

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
434 Series 5 5 Spoony Neeson. 30 Light a candle using a cupcake 180 Greg Davies 2 fuck I sort of admire that you thought, "Fuck it, I'm gonna run at the door, let's see what happens." ✓
435 Series 5 5 Spoony Neeson. 30 Light a candle using a cupcake 180 Nish Kumar 26 fuck Oh, you bubbly fuck!
436 Series 5 5 Spoony Neeson. 30 Light a candle using a cupcake 180 Nish Kumar 26 fuck The candle went out 'cause I said "bubbly fuck".
437 Series 5 5 Spoony Neeson. 30 Light a candle using a cupcake 180 Alex Horne 1 fuck It was literally "bubbly fuck" that put the candle out, it's amazing. ✓
438 Series 5 5 Spoony Neeson. 30 Light a candle using a cupcake 180 Greg Davies 2 fuck That's such a spectacular way to bow out, "bubbly fuck". ✓
439 Series 5 5 Spoony Neeson. 30 Light a candle using a cupcake 180 Greg Davies 2 fuck Old "bubbly fuck", I'm tempted to give you more than two points, but I'm not going to. ✓

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