profanity
2 rows where speaker = 17
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
206 | Series 3 3 | A pea in a haystack. 12 | Reach the microwave in the fewest steps 67 | Sara Pascoe 17 | shit | Ooh, so much shit! | |
239 | Series 3 3 | Little polythene grief cave. 14 | Create the best flag meal 81 | Sara Pascoe 17 | shit | Are you... shitting me? |
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 );