profanity
3 rows where task = 401
This data as json, CSV (advanced)
Suggested facets: roots, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1038 | Series 9 9 | Another spoon. 69 | Lasso Alex 401 | Katy Wix 51 | shit | Or do you, like, do this? That was a shit laugh. | |
1039 | Series 9 9 | Another spoon. 69 | Lasso Alex 401 | Rose Matafeo 52 | damn | God damn it. | |
1040 | Series 9 9 | Another spoon. 69 | Lasso Alex 401 | Ed Gamble 49 | shit | Turns out I am shit at lasso. Don't look at your watch! |
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 );