profanity
2 rows where task = 81
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
239 | Series 3 3 | Little polythene grief cave. 14 | Create the best flag meal 81 | Sara Pascoe 17 | shit | Are you... shitting me? | |
240 | Series 3 3 | Little polythene grief cave. 14 | Create the best flag meal 81 | Rob Beckett 16 | piss | Oh, you didn't piss in the tray, did you? | ✓ |
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 );