TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 786

✎ 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
1953 Series 16 16 Dynamite chicks. 142 Recreate a well-known piece of art on 100 memo squares 786 Sue Perkins 106 cock This is one of the most exhausting things I've ever done. Why didn't I just draw a cock and balls?
1954 Series 16 16 Dynamite chicks. 142 Recreate a well-known piece of art on 100 memo squares 786 Lucy Beaumont 104 fuck I was doing fucking poppies, I know. ✓
1955 Series 16 16 Dynamite chicks. 142 Recreate a well-known piece of art on 100 memo squares 786 Greg Davies 2 hell That is a hell of an opener, Sam. It's gonna take some beating. ✓
1956 Series 16 16 Dynamite chicks. 142 Recreate a well-known piece of art on 100 memo squares 786 Greg Davies 2 hell Bloody hell. ✓

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