profanity
2 rows where task = 610
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1548 | Series 13 13 | I think I've got this. 109 | Make all the things happen at the same time 610 | Chris Ramsey 80 | bastard | You bastards are going last. | |
1549 | Series 13 13 | I think I've got this. 109 | Make all the things happen at the same time 610 | Chris Ramsey 80 | dick | Well, 'cause I was expecting Captain Dickhead here to just keep lighting 'em again. | ✓ |
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 );