profanity
2 rows where speaker = 14
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
236 | Series 3 3 | Little polythene grief cave. 14 | Make the best domino rally 79 | Dave Gorman 14 | piss | I read "domino rally" as a rally of dominoes in the same way that I saw "sweat" as sweat rather than piss. | ✓ |
252 | Series 3 3 | The F.I.P. 16 | Move water from one bucket to another 90 | Dave Gorman 14 | hell | Right, what the hell have we got here? |
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 );