TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 320

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, quote, studio, roots (array)

id ▲ series episode task speaker roots quote studio
858 Series 7 7 I can hear it gooping. 54 Recreate a classic video game 320 Rhod Gilbert 42 shit You, sir, are shit.
859 Series 7 7 I can hear it gooping. 54 Recreate a classic video game 320 Greg Davies 2 Christ As a spectacle, Jesus Christ, incredible. ✓
860 Series 7 7 I can hear it gooping. 54 Recreate a classic video game 320 Greg Davies 2 shit This is gonna be the worst one ever to judge. Let's hope that James's is absolutely shit. ✓
861 Series 7 7 I can hear it gooping. 54 Recreate a classic video game 320 James Acaster 38 fuck Fuck you!
862 Series 7 7 I can hear it gooping. 54 Recreate a classic video game 320 James Acaster 38 fuck Fuck you!

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
);
Powered by Datasette · Queries took 13.087ms