profanity
3 rows where task = 38
This data as json, CSV (advanced)
Suggested facets: roots, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
105 | Series 2 2 | Fear of failure. 7 | The most important document 38 | Doc Brown 8 | fuck | Just fucking awful. | ✓ |
106 | Series 2 2 | Fear of failure. 7 | The most important document 38 | Joe Wilkinson 9 | shit | Shit. | ✓ |
107 | Series 2 2 | Fear of failure. 7 | The most important document 38 | Jon Richardson 10 | shit | I can't believe we're believing that Joe Wilkinson is married and I'm gettin' shit. | ✓ |
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 );