TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 210

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
535 Series 6 6 The old soft curved padlock. 35 Sort the objects by size using your feet 210 Russell Howard 36 fuck Fuck it, fine, I'm taking them off too. ✓
536 Series 6 6 The old soft curved padlock. 35 Sort the objects by size using your feet 210 Asim Chaudhry 34 shit Oh, shit! ✓
537 Series 6 6 The old soft curved padlock. 35 Sort the objects by size using your feet 210 Russell Howard 36 shit Oh, ah, shit! ✓
538 Series 6 6 The old soft curved padlock. 35 Sort the objects by size using your feet 210 Alice Levine 33 shit Shit. ✓

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