TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 101

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
644 The curse of politeness. 129 Kiell Smith-Bynoe 101 15 3 15 3
649 Trapped in a loveless marriage. 130 Kiell Smith-Bynoe 101 14 5 29 3
654 I love to squander promise. 131 Kiell Smith-Bynoe 101 9 5 38 5
659 How heavy is the water? 132 Kiell Smith-Bynoe 101 13 2 51 5
664 Old Honkfoot. 133 Kiell Smith-Bynoe 101 25 2 76 3
669 It's my milk now. 134 Kiell Smith-Bynoe 101 12 4 88 3
674 Schrödinger's egg. 135 Kiell Smith-Bynoe 101 20 1 108 2
679 100% Bosco. 136 Kiell Smith-Bynoe 101 20 1 128 2
684 A show about pedantry. 137 Kiell Smith-Bynoe 101 21 1 149 2
689 A yardstick for failure. 138 Kiell Smith-Bynoe 101 9 5 158 2

Advanced export

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

CSV options:

CREATE TABLE episode_scores (
   id         INTEGER PRIMARY KEY,
   episode    INTEGER REFERENCES episodes(id),
   contestant INTEGER REFERENCES people(id),
   score      INTEGER,
   rank       TEXT,
   series     INTEGER,
   srank      TEXT
);
Powered by Datasette · Queries took 9.674ms