candidacies
Data license: Open Parliament Licence · Data source: UK Parliament election results website
10 rows where election_id = 3713
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
21494 | Derek | Killeen | 0 | 0 | 0 | 0 | 0 | 10 | 0 | 124 | 0.003101 | Male 1 | 3713 3713 | 16677 | ||
21495 | David | Brooks | 0 | 0 | 0 | 0 | 0 | 9 | 0 | 145 | 0.003626 | Male 1 | 3713 3713 | 97501 | ||
21496 | Joseph | O'Meachair | 0 | 0 | 0 | 0 | 0 | 8 | 0 | 216 | 0.005401 | Male 1 | 3713 3713 | 117227 | ||
21497 | Yousuf | Bhailok | 0 | 0 | 0 | 1 | 0 | 7 | 0 | 891 | 0.022279 | Male 1 | 3713 3713 | 117225 | ||
21498 | Isabella | Metcalf-Riener | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 1751 | 0.043783 | 0.023788 | Female 2 | 3713 3713 | 106851 | |
21499 | Neil | Darby | 0 | 0 | 0 | 0 | 0 | 5 | 0 | 3195 | 0.079889 | 0.012321 | Male 1 | 3713 3713 | 34595 | |
21500 | Trevor | Hart | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 5212 | 0.130323 | -0.167668 | Male 1 | 3713 3713 | 16717 | |
21501 | James | Elliot | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 5738 | 0.143475 | 0.101886 | Male 1 | 3713 3713 | 79804 | |
21502 | Michael | Lavalette | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 8715 | 0.217913 | Male 1 | 3713 3713 | 116171 | ||
21503 | Mark | Hendrick | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 14006 | 0.350211 | -0.222645 | Male 1 | 3713 3713 | 584 584 | 3878 |
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]);