profanity
6 rows where task = 190
This data as json, CSV (advanced)
Suggested facets: speaker, roots, studio, roots (array)
| id ▲ | series | episode | task | speaker | roots | quote | studio | 
|---|---|---|---|---|---|---|---|
| 463 | Series 5 5 | Their water's so delicious. 32 | Transport a coconut as far as possible 190 | Nish Kumar 26 | piss shit  | 
                
                    Piss and shit! | |
| 464 | Series 5 5 | Their water's so delicious. 32 | Transport a coconut as far as possible 190 | Bob Mortimer 24 | damn fuck  | 
                
                    Oh, damn, I've fucked it up! | |
| 465 | Series 5 5 | Their water's so delicious. 32 | Transport a coconut as far as possible 190 | Bob Mortimer 24 | fuck | Oh, fuck. Yes. | ✓ | 
| 466 | Series 5 5 | Their water's so delicious. 32 | Transport a coconut as far as possible 190 | Greg Davies 2 | fuck | "Oh, no, I've fucked it!" I think I'm quoting there. | ✓ | 
| 467 | Series 5 5 | Their water's so delicious. 32 | Transport a coconut as far as possible 190 | Greg Davies 2 | fuck | As it left your hand, you knew from the swing, "Oh, that's fucked." | ✓ | 
| 468 | Series 5 5 | Their water's so delicious. 32 | Transport a coconut as far as possible 190 | Sally Phillips 27 | ass/arse | I could draw all over your arse, a pastoral scene. | 
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 );