TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 34

✎ 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
91 Series 1 1 The last supper. 6 Play mini golf with eggs 34 Romesh Ranganathan 6 shit Shit.
92 Series 1 1 The last supper. 6 Play mini golf with eggs 34 Romesh Ranganathan 6 shit
shit
Shit. Shit!
93 Series 1 1 The last supper. 6 Play mini golf with eggs 34 Roisin Conaty 5 shit I think you're all shit at golf. ✓
94 Series 1 1 The last supper. 6 Play mini golf with eggs 34 Greg Davies 2 shit It sounds like even professional golf players are shit at golf. ✓

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