profanity
2 rows where task = 481
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1262 | Series 10 10 | Dog meat trifle. 84 | Complete the best performance of a specific song 481 | Mawaan Rizwan 56 | hell | What the hell? | |
1263 | Series 10 10 | Dog meat trifle. 84 | Complete the best performance of a specific song 481 | Daisy May Cooper 53 | fuck | For 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 );