TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

8 rows where contestant = 20

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
83 A fat bald white man. 17 Lolly Adefope 20 13 4= 13 4=
88 Look at me. 18 Lolly Adefope 20 18 2= 31 3
93 Hollowing out a baguette. 19 Lolly Adefope 20 12 4 43 4
98 Friendship is truth. 20 Lolly Adefope 20 15 5 58 5
103 Meat. 21 Lolly Adefope 20 15 4 73 5
108 Spatchcock it. 22 Lolly Adefope 20 19 1 92 5
113 No stars for naughty boys. 23 Lolly Adefope 20 20 1= 112 5
118 Tony Three Pies. 24 Lolly Adefope 20 13 4= 125 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 8.486ms