profanity
2 rows where speaker = 58
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1289 | NYT 2021 -2 | The fastest duck. 85 | Strike balls into a bath with an object 489 | John Hannah 58 | fuck | Well, it's fucking... you're in my way, aren't you?! | ✓ |
1290 | NYT 2021 -2 | The fastest duck. 85 | Strike balls into a bath with an object 489 | John Hannah 58 | fuck | That's 'cause I'm the only one that's firing in that fucking direction. | ✓ |
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 );