profanity
2 rows where task = 645
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1602 | Series 13 13 | It might be wind. 115 | Poke a body part out of the shower curtain 645 | Bridget Christie 79 | fuck | And, well, I stepped out of the barn and fucked myself, so... | ✓ |
1603 | Series 13 13 | It might be wind. 115 | Poke a body part out of the shower curtain 645 | Chris Ramsey 80 | ass/arse | I'm thinking how could I disguise me arse as a head, is that possible? |
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 );