profanity
5 rows where task = 40
This data as json, CSV (advanced)
Suggested facets: speaker, roots, studio, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
113 | Series 2 2 | Fear of failure. 7 | Get the potato into the hole 40 | Jon Richardson 10 | bastard | Bastard. | |
114 | Series 2 2 | Fear of failure. 7 | Get the potato into the hole 40 | Jon Richardson 10 | bastard | Bastard! | |
115 | Series 2 2 | Fear of failure. 7 | Get the potato into the hole 40 | Greg Davies 2 | shit | How long did the shit Dalek take? | ✓ |
116 | Series 2 2 | Fear of failure. 7 | Get the potato into the hole 40 | Joe Wilkinson 9 | piss | And then I thought, "Piece of piss." | ✓ |
117 | Series 2 2 | Fear of failure. 7 | Get the potato into the hole 40 | Doc Brown 8 | fuck | This is fucking harsh, I'm just saying! | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
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 );