profanity
3 rows where task = 749
This data as json, CSV (advanced)
Suggested facets: speaker, roots, studio, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1869 | Series 15 15 | Schrödinger's egg. 135 | Set the parameters for your own task 749 | Ivo Graham 99 | Christ | Christ! The time! | |
1870 | Series 15 15 | Schrödinger's egg. 135 | Set the parameters for your own task 749 | Jenny Eclair 100 | fuck | I'm gonna cook that fucking potato 'cause it's got to be edible. | |
1871 | Series 15 15 | Schrödinger's egg. 135 | Set the parameters for your own task 749 | Jenny Eclair 100 | fuck | I don't think I clapped, I don't think I fucking clapped. | ✓ |
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 );