profanity
2 rows where task = 369
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
946 | Series 8 8 | I've been a bit ill. 63 | Get a ball into a bin with the most bounces 369 | Paul Sinha 46 | dick | Oh, come on, you dick! | |
947 | Series 8 8 | I've been a bit ill. 63 | Get a ball into a bin with the most bounces 369 | Greg Davies 2 | fuck | Iain has often been the person who's gone, "Right, I'm going in. Let's fuckin' do this!" | ✓ |
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 );