TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 488

✎ 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
1283 NYT 2021 -2 The fastest duck. 85 Build the lightest tower 488 Nicola Coughlan 60 Christ Oh, Christ. ✓
1284 NYT 2021 -2 The fastest duck. 85 Build the lightest tower 488 Rylan Clark-Neal 61 fuck Lightest tower... oh, fuck.
1285 NYT 2021 -2 The fastest duck. 85 Build the lightest tower 488 Rylan Clark-Neal 61 shit Let's doll it up, then. Oh, shit!
1286 NYT 2021 -2 The fastest duck. 85 Build the lightest tower 488 Rylan Clark-Neal 61 fuck Fuck's sake.

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