profanity
2 rows where task = 6
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
14 | Series 1 1 | Melon buffet. 1 | Find Alex 6 | Greg Davies 2 | hell | Alex, what the hell are we gonna do about this? | ✓ |
15 | Series 1 1 | Melon buffet. 1 | Find Alex 6 | Romesh Ranganathan 6 | shit | On the plus side, I don't have that dogshit snow globe any more. | ✓ |
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 );