profanity
2 rows where task = 586
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1500 | Series 12 12 | Nothing matters. 104 | Get goosebumps 586 | Greg Davies 2 | hell | You asking him to blow on your neck was hell for Alex. | ✓ |
1501 | Series 12 12 | Nothing matters. 104 | Get goosebumps 586 | Greg Davies 2 | ass/arse | If it's any consolation, Guz, you putting ice down your back and then it dripping into your arse crack gave me goosebumps. | ✓ |
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 );