profanity
2 rows where task = 52
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
144 | Series 2 2 | A pistachio eclair. 9 | Buy a gift for the Taskmaster 52 | Greg Davies 2 | shit | I just don't like that sort of novelty bullshit, but you pulled it back with the sweets. | ✓ |
145 | Series 2 2 | A pistachio eclair. 9 | Buy a gift for the Taskmaster 52 | Greg Davies 2 | shit | Yeah, but it makes me look like a shit, dunnit? | ✓ |
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 );