TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 757

✎ 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
1880 Series 15 15 A show about pedantry. 137 Make these things the same colour 757 Jenny Eclair 100 fuck Are you doing a stamp? Fucking brilliant.
1881 Series 15 15 A show about pedantry. 137 Make these things the same colour 757 Jenny Eclair 100 shit Why am I so shit at this?
1882 Series 15 15 A show about pedantry. 137 Make these things the same colour 757 Mae Martin 102 shit Oh, shit. We got some yellow on the mango.
1883 Series 15 15 A show about pedantry. 137 Make these things the same colour 757 Ivo Graham 99 fuck Smaller team, wetter conditions, better outside-the-box thinking... give us some fucking points. ✓

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