profanity
2 rows where task = 377
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
965 | Series 8 8 | Clumpy swayey clumsy man. 64 | Blindly drive a mobility scooter around a course 377 | Joe Thomas 44 | fuck hell |
Fuckin' hell! Was that the mannequin? | |
966 | Series 8 8 | Clumpy swayey clumsy man. 64 | Blindly drive a mobility scooter around a course 377 | Paul Sinha 46 | fuck | But somehow or another I just fucked it up from the word go. | ✓ |
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 );