home / psephology

candidacies

Data license: Open Parliament Licence · Data source: UK Parliament election results website

15 rows where election_id = 3927

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: is_standing_as_independent, is_winning_candidacy

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
23072 Lisa Forbes 0 0 0 0 0 1 1 10484 0.30908 -0.172   3927 3927 570 570 4402
23073 Mike Greene 0 0 0 0 0 2 0 9801 0.288945     3927 3927   70587
23074 Paul Bristow 0 0 0 0 0 3 0 7243 0.213532 -0.255   3927 3927 984 984 1259
23075 Beki Sellick 0 0 0 0 0 4 0 4159 0.122612 0.089   3927 3927   19344
23076 Joesph Wells 0 0 0 0 0 5 0 1035 0.030513 0.013   3927 3927   19384
23077 John Whitby 0 0 0 0 0 6 0 400 0.011792     3927 3927   19262
23078 Tom Rogers 0 0 0 0 0 7 0 162 0.004776     3927 3927   70589
23079 Stephen Kenneth Savill Goldspink 0 0 0 0 0 8 0 153 0.004511     3927 3927   126
23080 Patrick James O'Flynn 0 0 0 0 0 9 0 135 0.00398     3927 3927   4587
23081 Howling Laud Hope 0 0 0 0 0 10 0 112 0.003302     3927 3927   422
23082 Andrew John Moore 0 0 0 1 0 11 0 101 0.002978     3927 3927   70588
23083 Dick Rodgers 0 0 0 0 0 12 0 60 0.001769     3927 3927   9
23084 Peter Mark Ward 0 0 0 0 0 13 0 45 0.001327     3927 3927   34560
23085 Pierre Edmond Kirk 0 0 0 0 0 14 0 25 0.000737     3927 3927   70430
23086 Bobby Elmo Smith 0 0 0 1 0 15 0 5 0.000147     3927 3927   7292

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 19.004ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website