profanity
2 rows where task = 552
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1429 | Series 12 12 | The end of the franchise. 98 | The most old-fashioned thing that you still use 552 | Morgana Robinson 71 | shit | They don't make them like they used to. It's, it's built like a brick shithouse. | ✓ |
1430 | Series 12 12 | The end of the franchise. 98 | The most old-fashioned thing that you still use 552 | Guz Khan 70 | shit | All the time, we're being bombarded with shit and opinions that be messing up your psyche and your emotional state. | ✓ |
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 );