profanity
2 rows where task = 733
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1835 | Series 15 15 | How heavy is the water? 132 | Make the fastest egg boat 733 | Jenny Eclair 100 | fuck | There's only one thing for this, then: decorate the fuck out of it. | |
1836 | Series 15 15 | How heavy is the water? 132 | Make the fastest egg boat 733 | Greg Davies 2 | shit | Mae's boat looked like the most buoyant object ever created, but it is "one shit boat", is what I wrote down. | ✓ |
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 );