profanity
2 rows where task = 673
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1694 | Series 14 14 | Dafty in the middle. 120 | Play your sounds right 673 | Greg Davies 2 | fuck | He really did try, but someone didn't put enough power into their fucking throws, did they? | ✓ |
1695 | Series 14 14 | Dafty in the middle. 120 | Play your sounds right 673 | Alex Horne 1 | fuck | Fuck's sake. | ✓ |
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 );