profanity
2 rows where task = 678
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1706 | Series 14 14 | Crumbs in my bralette. 121 | Egg and spoon throw 678 | Greg Davies 2 | hell | It's probably that I'm not street enough to appreciate rap, and also I don't know what the hell Dara was going on about. | ✓ |
1707 | Series 14 14 | Crumbs in my bralette. 121 | Egg and spoon throw 678 | Fern Brady 89 | fuck | Oh, 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 );