TdlM / taskmaster

Menu
  • Make shortlink

profanity

6 rows where task = 290

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
778 Series 7 7 Lotta soup. 49 Make the most white circles on the target 290 James Acaster 38 shit That's shit.
779 Series 7 7 Lotta soup. 49 Make the most white circles on the target 290 Greg Davies 2 Christ I mean, Jesus Christ, where do I...? ✓
780 Series 7 7 Lotta soup. 49 Make the most white circles on the target 290 Phil Wang 41 shit Ah, shit! That wasn't too bad!
781 Series 7 7 Lotta soup. 49 Make the most white circles on the target 290 Phil Wang 41 fuck Fuck, look at that!
782 Series 7 7 Lotta soup. 49 Make the most white circles on the target 290 Phil Wang 41 shit Oh, shit. That was okay.
783 Series 7 7 Lotta soup. 49 Make the most white circles on the target 290 Greg Davies 2 hell "Y'all"? What the hell's happened there? ✓

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 15.118ms