TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 758

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1884 Series 15 15 A show about pedantry. 137 Deliver a one-minute history lecture 758 Jenny Eclair 100 shit
fuck
Shit! Fuck! Why did I do that?
1885 Series 15 15 A show about pedantry. 137 Deliver a one-minute history lecture 758 Ivo Graham 99 shit Dan Jones is a piece of shit. ✓
1886 Series 15 15 A show about pedantry. 137 Deliver a one-minute history lecture 758 Frankie Boyle 98 bastard All we know is that he was some sort of brutal English bastard.
1887 Series 15 15 A show about pedantry. 137 Deliver a one-minute history lecture 758 Greg Davies 2 shit But because I enjoyed both your lecutres, despite them being clearly horse shit, I'm gonna give you two points each. ✓

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