TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where contestant = 17

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
60 A pea in a haystack. 12 Sara Pascoe 17 16 2 16 2
65 The dong and the gong. 13 Sara Pascoe 17 16 4 32 3
70 Little polythene grief cave. 14 Sara Pascoe 17 17 4 49 3
75 A very nuanced character. 15 Sara Pascoe 17 14 4 63 4
80 The F.I.P. 16 Sara Pascoe 17 9 5 72 4

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