profanity
2 rows where task = 173
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
422 | Series 5 5 | A wind-dried puffin. 29 | Text the Taskmaster every day 173 | Greg Davies 2 | dick | And yet page 12, "I have a big dick." | ✓ |
423 | Series 5 5 | A wind-dried puffin. 29 | Text the Taskmaster every day 173 | Greg Davies 2 | ass/arse | You can kiss my ass, all of you. | ✓ |
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 );