TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 146

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
726 Never packed a boot. 146 Julian Clary 103 15 2= 123 2
727 Never packed a boot. 146 Lucy Beaumont 104 7 5 106 4=
728 Never packed a boot. 146 Sam Campbell 105 15 2= 135 1
729 Never packed a boot. 146 Sue Perkins 106 11 4 106 4=
730 Never packed a boot. 146 Susan Wokoma 107 17 1 109 3

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