profanity
2 rows where task = 112
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
295 | Series 4 4 | Friendship is truth. 20 | The most surprising picture of yourself 112 | Greg Davies 2 | shit | Everything he's brought in has been universally judged to be shit. | ✓ |
296 | Series 4 4 | Friendship is truth. 20 | The most surprising picture of yourself 112 | Hugh Dennis 18 | fuck | Because why the fuck would Hugh Dennis be wearing... | ✓ |
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 );