TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 21

✎ 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
57 Series 1 1 Down an octave. 4 Count the baked beans 21 Tim Key 7 fuck Are you a fucking child? ✓
58 Series 1 1 Down an octave. 4 Count the baked beans 21 Greg Davies 2 fuck Sadly for you, I am a child who's in charge of this fucking show. ✓
60 Series 1 1 Down an octave. 4 Count the baked beans 21 Romesh Ranganathan 6 damn I gotta be honest with you, I feel pretty damn good.
61 Series 1 1 Down an octave. 4 Count the baked beans 21 Tim Key 7 damn What I did was an inventive way of getting rid of this damn ice. ✓

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.694ms