profanity
2 rows where speaker = 12
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
139 | Series 2 2 | A pistachio eclair. 9 | Impress the Mayor 50 | Richard Osman 12 | fuck | Of Amersham, we don't give two fucks. | |
193 | Series 2 2 | There's strength in arches. 11 | Move items across a stream 62 | Richard Osman 12 | fuck | Got no wheels. Fuck! |
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 );