profanity
3 rows where task = 712
This data as json, CSV (advanced)
Suggested facets: speaker, studio, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1779 | NYT 2023 -5 | That's a swizz. 128 | Count all the dots 712 | Rebecca Lucy Taylor 97 | fuck | So, yeah, the pen and paper is fucking useless then, isn't it? | |
1780 | NYT 2023 -5 | That's a swizz. 128 | Count all the dots 712 | Rebecca Lucy Taylor 97 | fuck hell |
Oh, fucking hell. | |
1781 | NYT 2023 -5 | That's a swizz. 128 | Count all the dots 712 | Greg Davies 2 | shit | Let's talk about how shit your pirate impressions were. | ✓ |
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 );