profanity
2 rows where task = 131
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
326 | Series 4 4 | Spatchcock it. 22 | Identify the contents of the sleeping bag 131 | Noel Fielding 22 | fuck | Mind your own fucking business. | ✓ |
327 | Series 4 4 | Spatchcock it. 22 | Identify the contents of the sleeping bag 131 | Greg Davies 2 | fuck | Listen, I'm telling you now: you fucked that. | ✓ |
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 );