TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 185

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
446 Series 5 5 Boing boing. 31 Coconut bobsleigh 185 Nish Kumar 26 shit Oh, shit!
447 Series 5 5 Boing boing. 31 Coconut bobsleigh 185 Greg Davies 2 shit And Nish went, "Oh, shit!" ✓
448 Series 5 5 Boing boing. 31 Coconut bobsleigh 185 Greg Davies 2 shit That was some pretty powerful motivational shit you were shouting there. ✓
449 Series 5 5 Boing boing. 31 Coconut bobsleigh 185 Bob Mortimer 24 shit Oh, they are heavy. Shit!
450 Series 5 5 Boing boing. 31 Coconut bobsleigh 185 Bob Mortimer 24 shit It's not me being a shithouse. I can't get any...

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