TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 439

✎ 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
1157 Series 10 10 A documentary about a despot. 76 Get all the exercise balls in the hoops while in a boat 439 Mawaan Rizwan 56 shit Shit... ✓
1158 Series 10 10 A documentary about a despot. 76 Get all the exercise balls in the hoops while in a boat 439 Greg Davies 2 fuck He was thinking laterally and I like that, but he fucked up. ✓
1159 Series 10 10 A documentary about a despot. 76 Get all the exercise balls in the hoops while in a boat 439 Katherine Parkinson 55 fuck
hell
Fucking hell.
1160 Series 10 10 A documentary about a despot. 76 Get all the exercise balls in the hoops while in a boat 439 Alex Horne 1 ass/arse He knew it was happening, he referred to his arse as his old fella. ✓
1161 Series 10 10 A documentary about a despot. 76 Get all the exercise balls in the hoops while in a boat 439 Johnny Vegas 54 ass/arse Oh, you arsehole!
1162 Series 10 10 A documentary about a despot. 76 Get all the exercise balls in the hoops while in a boat 439 Johnny Vegas 54 shit That's proper reach-for-the-stars, next-level shit, that. ✓

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