TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 250

✎ 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
675 Series 6 6 What kind of pictures? 42 Find out what you have in common with a stranger 250 Asim Chaudhry 34 shit Oh, shit.
676 Series 6 6 What kind of pictures? 42 Find out what you have in common with a stranger 250 Asim Chaudhry 34 shit Oh, you're a dog person. Shit, I'm a cat person.
677 Series 6 6 What kind of pictures? 42 Find out what you have in common with a stranger 250 Asim Chaudhry 34 shit And we found shit in common. ✓
678 Series 6 6 What kind of pictures? 42 Find out what you have in common with a stranger 250 Greg Davies 2 shit Just found some shit in common. ✓
679 Series 6 6 What kind of pictures? 42 Find out what you have in common with a stranger 250 Asim Chaudhry 34 shit Shit in common, yeah. ✓
680 Series 6 6 What kind of pictures? 42 Find out what you have in common with a stranger 250 Greg Davies 2 hell I'm gonna give him all five points. To hell with it. ✓

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