candidacies
Data license: Open Parliament Licence · Data source: UK Parliament election results website
8 rows where election_id = 3405
This data as json, CSV (advanced)
Suggested facets: candidate_given_name, candidate_is_sitting_mp, candidate_is_former_mp, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19349 | Mathew | Wilkinson | 0 | 0 | 0 | 0 | 0 | 8 | 0 | 137 | 0.003018 | Male 1 | 3405 3405 | 116099 | ||
19350 | Dawn | Furness | 0 | 0 | 0 | 1 | 0 | 7 | 0 | 322 | 0.007093 | Female 2 | 3405 3405 | 5693 | ||
19351 | Scott | Lee | 0 | 0 | 0 | 1 | 0 | 6 | 0 | 573 | 0.012623 | Male 1 | 3405 3405 | 80479 | ||
19352 | Thom | Campion | 0 | 0 | 0 | 0 | 0 | 5 | 0 | 1898 | 0.041812 | -0.01061 | Male 1 | 3405 3405 | 72225 | |
19353 | Ian | Jones | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 2144 | 0.047231 | 0.022435 | Male 1 | 3405 3405 | 99260 | |
19354 | Ian | Levy | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 8592 | 0.189276 | -0.209584 | Male 1 | 3405 3405 | 826 826 | 26992 |
19355 | Gordon | Fletcher | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 9454 | 0.208265 | 0.128073 | Male 1 | 3405 3405 | 80418 | |
19356 | Emma | Foody | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 22274 | 0.490682 | 0.046951 | Female 2 | 3405 3405 | 1273 1273 | 116100 |
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]);