TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 545

✎ 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
1406 Series 12 12 An imbalance in the poppability. 96 Pop the balloon 545 Greg Davies 2 shit I'm gonna give Morgana two points, and it's basically because Desiree really bullshitted her way to three points. ✓
1407 Series 12 12 An imbalance in the poppability. 96 Pop the balloon 545 Morgana Robinson 71 dick Ooh, missed by a bee's dick!
1408 Series 12 12 An imbalance in the poppability. 96 Pop the balloon 545 Morgana Robinson 71 fuck Ah, for fuck's sake!
1409 Series 12 12 An imbalance in the poppability. 96 Pop the balloon 545 Desiree Burch 69 fuck What the fuck was that?!

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