candidacies
Data license: Open Parliament Licence · Data source: UK Parliament election results website
6 rows where election_id = 1234
This data as json, CSV (advanced)
Suggested facets: candidate_is_sitting_mp, candidate_is_former_mp, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6950 | Trevor | Bisdee | 0 | 0 | 0 | 0 | 0 | 5 | 0 | 1441 | 0.026582 | -0.025121 | Male 1 | 1234 1234 | ||
6951 | Greg | Clark | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 30856 | 0.569204 | -0.017655 | Male 1 | 1234 1234 | 736 736 | |
6952 | Chris | Hoare | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 1464 | 0.027007 | -0.099014 | Male 1 | 1234 1234 | ||
6953 | Rachel | Sadler | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 5355 | 0.098784 | 0.014356 | Female 2 | 1234 1234 | ||
6954 | Celine | Thomas | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 702 | 0.01295 | Female 2 | 1234 1234 | |||
6955 | Charles | Woodgate | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 14391 | 0.265473 | 0.12339 | Male 1 | 1234 1234 |
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]);