profanity
3 rows where task = 561
This data as json, CSV (advanced)
Suggested facets: roots, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1451 | Series 12 12 | The customised inhaler. 99 | Get the most forks in your bucket 561 | Greg Davies 2 | shit | I loved your song, which I believe was called "This Task Is Shit". | ✓ |
1452 | Series 12 12 | The customised inhaler. 99 | Get the most forks in your bucket 561 | Greg Davies 2 | shit | You don't think, uh, the song "This Task Is Shit" is going to hold up against that, no? | ✓ |
1453 | Series 12 12 | The customised inhaler. 99 | Get the most forks in your bucket 561 | Greg Davies 2 | Christ | Jesus Christ! | ✓ |
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 );