profanity
2 rows where task = 647
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1606 | Series 13 13 | The House Queens. 116 | The finest family heirloom 647 | Ardal O'Hanlon 78 | shit | Oh, shit. | ✓ |
1607 | Series 13 13 | The House Queens. 116 | The finest family heirloom 647 | Greg Davies 2 | shit | But I've got to recognise what an amazing bullshitter Judi Love is. I'm gonna give her two points. | ✓ |
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 );