TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 707

✎ 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
1766 Series 14 14 Did I meet these potatoes before? 127 Eat the grape 707 John Kearns 90 fuck
Christ
Fucking Christ.
1767 Series 14 14 Did I meet these potatoes before? 127 Eat the grape 707 Munya Chawawa 91 hell What the hell? They're fake!
1768 Series 14 14 Did I meet these potatoes before? 127 Eat the grape 707 John Kearns 90 fuck "Eat the grape"? Oh, fuck. There's no way that was there earlier.
1769 Series 14 14 Did I meet these potatoes before? 127 Eat the grape 707 Greg Davies 2 shit Obviously absolute horseshit. ✓
1770 Series 14 14 Did I meet these potatoes before? 127 Eat the grape 707 Sarah Millican 92 bugger Aw, buggeration! That would've been really good.
1771 Series 14 14 Did I meet these potatoes before? 127 Eat the grape 707 Alex Horne 1 bugger You've just said "buggeration" as well, so it'd be good if you put another coin back in it.

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