TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 717

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots (array)

id ▲ series episode task speaker roots quote studio
1795 Series 15 15 The curse of politeness. 129 Have the best first wedding dance with Alex 717 Greg Davies 2 Christ Christ almighty. It's very rare I've got nothing negative to say. ✓
1796 Series 15 15 The curse of politeness. 129 Have the best first wedding dance with Alex 717 Greg Davies 2 shit I watched it and I felt it as well. I felt it was shit. ✓
1797 Series 15 15 The curse of politeness. 129 Have the best first wedding dance with Alex 717 Greg Davies 2 fuck The one place you lost me was when you started crying at the end 'cause I thought, "Okay, well, Mae's lost their fucking mind here." ✓

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