candidacies
Data license: Open Parliament Licence · Data source: UK Parliament election results website
8 rows where election_id = 3371
This data as json, CSV (advanced)
Suggested facets: candidate_given_name, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19112 | Alan | MacMillan | 0 | 0 | 0 | 0 | 0 | 8 | 0 | 188 | 0.004539 | Male 1 | 3371 3371 | 114644 | ||
19113 | Louise | McDaid | 0 | 0 | 0 | 0 | 0 | 7 | 0 | 329 | 0.007943 | Female 2 | 3371 3371 | 3263 | ||
19114 | Elaine | Ford | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 983 | 0.023733 | -0.025328 | Female 2 | 3371 3371 | 72909 | |
19115 | Tom | Kerr | 0 | 0 | 0 | 0 | 0 | 5 | 0 | 1039 | 0.025085 | Male 1 | 3371 3371 | 117139 | ||
19116 | Kevin | Blades | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 3420 | 0.082571 | Male 1 | 3371 3371 | 86002 | ||
19117 | David | Rocks | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 6147 | 0.14841 | -0.199336 | Male 1 | 3371 3371 | 34651 | |
19118 | Annie | McIndoe | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 11222 | 0.270938 | -0.190788 | Female 2 | 3371 3371 | 20376 | |
19119 | Alan | Gemmell | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 18091 | 0.43678 | 0.295314 | Male 1 | 3371 3371 | 1251 1251 | 116215 |
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]);