profanity
4 rows where task = 489
This data as json, CSV (advanced)
Suggested facets: speaker, roots, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1287 | NYT 2021 -2 | The fastest duck. 85 | Strike balls into a bath with an object 489 | Greg Davies 2 | shit | It was simple, it was a tower, it was beautiful, and it wasn't horseshit. | ✓ |
1288 | NYT 2021 -2 | The fastest duck. 85 | Strike balls into a bath with an object 489 | Nicola Coughlan 60 | Christ | Oh, Christ. | ✓ |
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 );