TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where speaker = 60

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, quote, roots (array)

id ▲ series episode task speaker roots quote studio
1281 NYT 2021 -2 The fastest duck. 85 Sculpt the scene on the other side of the wall 487 Nicola Coughlan 60 shit People are talkin' an awful lot of shite today, I'll tell ya that for free. ✓
1283 NYT 2021 -2 The fastest duck. 85 Build the lightest tower 488 Nicola Coughlan 60 Christ Oh, Christ. ✓
1288 NYT 2021 -2 The fastest duck. 85 Strike balls into a bath with an object 489 Nicola Coughlan 60 Christ Oh, Christ. ✓

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