TdlM / taskmaster

Menu
  • Make shortlink

profanity

11 rows where task = 56

✎ 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
152 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Doc Brown 8 shit Come on, you little shit.
153 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Doc Brown 8 bastard Come on, you ginger bastard.
154 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Jon Richardson 10 bastard Oh, you are a little bastard!
155 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Alex Horne 1 dick
dick
Jon also called the cat a dick and then he called me a dick. ✓
156 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Greg Davies 2 dick Why did he call you a dick? ✓
157 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Doc Brown 8 shit And it's some ginger piece of shit in a tree, who cares? ✓
158 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Greg Davies 2 shit You are calling the cat a ginger piece of shit? ✓
159 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Katherine Ryan 11 fuck Where's this fucking cat?
160 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Katherine Ryan 11 bitch Son of a bitch!
161 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Katherine Ryan 11 bitch "Son of a bitch!", like that. ✓
162 Series 2 2 Welcome to Rico Face. 10 Rescue Patatas from the tree 56 Greg Davies 2 dick Not as bad as calling you a dick, though, is 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 11.897ms