profanity
2 rows where task = 506
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1313 | Series 11 11 | Premature conker. 89 | Get all of the banana in the bottle 506 | Sarah Kendall 67 | shit | Oh, shit, that's, that's not going to work. | |
1314 | Series 11 11 | Premature conker. 89 | Get all of the banana in the bottle 506 | Sarah Kendall 67 | fuck | Fucking, come on. Yeah, yeah, it's in. |
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 );