profanity
2 rows where task = 293
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
785 | Series 7 7 | Lotta soup. 49 | Place objects on the hanger without it falling 293 | Kerry Godliman 40 | shit | OK, so we're just dangling shit. | ✓ |
786 | Series 7 7 | Lotta soup. 49 | Place objects on the hanger without it falling 293 | Greg Davies 2 | fuck | I'll be watching you like a fucking hawk! | ✓ |
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 );