profanity
4 rows where task = 798
This data as json, CSV (advanced)
Suggested facets: speaker, roots, quote, roots (array)
| id ▲ | series | episode | task | speaker | roots | quote | studio |
|---|---|---|---|---|---|---|---|
| 1982 | Series 16 16 | Brother Alex. 144 | Pineapple bluff 798 | Lucy Beaumont 104 | fuck | Fuck you. | ✓ |
| 1983 | Series 16 16 | Brother Alex. 144 | Pineapple bluff 798 | Greg Davies 2 | damn | Damn you, RADA. | ✓ |
| 1984 | Series 16 16 | Brother Alex. 144 | Pineapple bluff 798 | Greg Davies 2 | damn | Damn you, RADA. | ✓ |
| 1985 | Series 16 16 | Brother Alex. 144 | Pineapple bluff 798 | Greg Davies 2 | fuck | If this Australian has three pineapples on him, I am gonna lose my fucking mind. | ✓ |
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 );