candidacies
Data license: Open Parliament Licence · Data source: UK Parliament election results website
14 rows where election_id = 3917
This data as json, CSV (advanced)
Suggested facets: is_standing_as_independent, is_winning_candidacy, candidate_gender_id
id ▼ | candidate_given_name | candidate_family_name | candidate_is_sitting_mp | candidate_is_former_mp | is_standing_as_commons_speaker | is_standing_as_independent | is_notional | result_position | is_winning_candidacy | vote_count | vote_share | vote_change | candidate_gender_id | election_id | member_id | democracy_club_person_identifier |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
22969 | Michael | Shanks | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 17845 | 0.58552 | 0.2408 | Male 1 | 3917 3917 | 1450 1450 | 8339 |
22970 | Katy | Loudon | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 8399 | 0.27558 | -0.1664 | Female 2 | 3917 3917 | 22774 | |
22971 | Thomas | Jordan Kerr | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 1192 | 0.03911 | -0.1106 | Male 1 | 3917 3917 | 8368 | |
22972 | Gloria | Adebo | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 895 | 0.02937 | -0.0225 | Female 2 | 3917 3917 | 86294 | |
22973 | Cameron | Eadie | 0 | 0 | 0 | 0 | 0 | 5 | 0 | 601 | 0.01972 | Male 1 | 3917 3917 | 108788 | ||
22974 | David | Stark | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 403 | 0.01322 | Male 1 | 3917 3917 | 22164 | ||
22975 | Niall | Fraser | 0 | 0 | 0 | 0 | 0 | 7 | 0 | 319 | 0.01047 | Male 1 | 3917 3917 | 74198 | ||
22976 | Bill | Bonnar | 0 | 0 | 0 | 0 | 0 | 8 | 0 | 271 | 0.00889 | Male 1 | 3917 3917 | 6173 | ||
22977 | Colette | Walker | 0 | 0 | 0 | 0 | 0 | 9 | 0 | 207 | 0.00679 | Female 2 | 3917 3917 | 85339 | ||
22978 | Christopher | A Sermanni | 0 | 0 | 0 | 0 | 0 | 10 | 0 | 178 | 0.00584 | Male 1 | 3917 3917 | 108896 | ||
22979 | Andrew | Vincent Daly | 0 | 0 | 0 | 1 | 0 | 11 | 0 | 81 | 0.00266 | Male 1 | 3917 3917 | 108903 | ||
22980 | Ewan | Hoyle | 0 | 0 | 0 | 0 | 0 | 12 | 0 | 46 | 0.00151 | Male 1 | 3917 3917 | 6604 | ||
22981 | Prince | A L Emperor of India | 0 | 0 | 0 | 1 | 0 | 13 | 0 | 34 | 0.00112 | Male 1 | 3917 3917 | 7928 | ||
22982 | Garry | Patrick Cooke | 0 | 0 | 0 | 1 | 0 | 14 | 0 | 6 | 0.0002 | Male 1 | 3917 3917 | 108904 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "candidacies" ( [id] INTEGER PRIMARY KEY, [candidate_given_name] TEXT, [candidate_family_name] TEXT, [candidate_is_sitting_mp] INTEGER, [candidate_is_former_mp] INTEGER, [is_standing_as_commons_speaker] INTEGER, [is_standing_as_independent] INTEGER, [is_notional] INTEGER, [result_position] INTEGER, [is_winning_candidacy] INTEGER, [vote_count] INTEGER, [vote_share] FLOAT, [vote_change] FLOAT, [candidate_gender_id] INTEGER REFERENCES [genders]([id]), [election_id] INTEGER REFERENCES [elections]([id]), [member_id] INTEGER REFERENCES [members]([id]), [democracy_club_person_identifier] TEXT ); CREATE INDEX [idx_candidacies_member_id] ON [candidacies] ([member_id]); CREATE INDEX [idx_candidacies_election_id] ON [candidacies] ([election_id]); CREATE INDEX [idx_candidacies_candidate_gender_id] ON [candidacies] ([candidate_gender_id]);