profanity
2 rows where task = 156
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
384 | Series 5 5 | The leprechaun or the lesbian. 26 | Paint your own canvas 156 | Nish Kumar 26 | shit | Oh, shit! | ✓ |
385 | Series 5 5 | The leprechaun or the lesbian. 26 | Paint your own canvas 156 | Greg Davies 2 | shit | There was doubt in my mind 'cause, well, his painting's shit. | ✓ |
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 );