TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 145

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
721 I'm off to find a robin. 145 Julian Clary 103 13 3 108 2
722 I'm off to find a robin. 145 Lucy Beaumont 104 14 1= 99 3
723 I'm off to find a robin. 145 Sam Campbell 105 14 1= 120 1
724 I'm off to find a robin. 145 Sue Perkins 106 6 5 95 4
725 I'm off to find a robin. 145 Susan Wokoma 107 12 4 92 5

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