people
5 rows where series = 16
This data as json, CSV (advanced)
Suggested facets: gender, hand, team, champion, dob (date)
id ▲ | series | seat | name | dob | gender | hand | team | champion | TMI |
---|---|---|---|---|---|---|---|---|---|
103 | Series 16 16 | 1 | Julian Clary | 1959-05-25 | M | L | Julian, Lucy and Sam 36 | ➚ | |
104 | Series 16 16 | 2 | Lucy Beaumont | 1983-08-10 | F | R | Julian, Lucy and Sam 36 | ➚ | |
105 | Series 16 16 | 3 | Sam Campbell | 1991-09-19 | M | R | Julian, Lucy and Sam 36 | ✓ | ➚ |
106 | Series 16 16 | 4 | Sue Perkins | 1969-09-22 | F | L | Sue and Susan 35 | ➚ | |
107 | Series 16 16 | 5 | Susan Wokoma | 1987-12-31 | F | R | Sue and Susan 35 | ➚ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE people ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), seat INTEGER, name TEXT, dob TEXT, gender TEXT, hand TEXT, team INTEGER REFERENCES teams(id), champion INTEGER, TMI INTEGER );