TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 550

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1425 Series 12 12 Oatmeal and death. 97 Paint the space hopper green 550 Guz Khan 70 shit Oh, shit, this is gonna be messy.
1426 Series 12 12 Oatmeal and death. 97 Paint the space hopper green 550 Morgana Robinson 71 fuck
hell
Oh, that's better. Fuckin' hell.
1427 Series 12 12 Oatmeal and death. 97 Paint the space hopper green 550 Guz Khan 70 shit I'd like to make this sound more scientific than it's about to be, but... we're just gonna make this shit green.
1428 Series 12 12 Oatmeal and death. 97 Paint the space hopper green 550 Guz Khan 70 shit Well, at this point, I might as well just get messy. Enjoy ourselves and shit.

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.797ms