country_general_election_party_performances
Data license: Open Parliament Licence · Data source: UK Parliament election results website
12 rows where country_id = 6 and general_election_id = 5
This data as json, CSV (advanced)
Suggested facets: constituency_contested_count, constituency_won_count
id ▼ | constituency_contested_count | constituency_won_count | cumulative_vote_count | general_election_id | political_party_id | country_id |
---|---|---|---|---|---|---|
718 | 1 | 0 | 345 | 5 5 | Official Monster Raving Loony Party 12 | Wales 6 |
719 | 1 | 0 | 245 | 5 5 | Christian Party, Proclaiming Christ's Lordship 34 | Wales 6 |
720 | 2 | 0 | 181 | 5 5 | Social Democratic Party 38 | Wales 6 |
721 | 1 | 0 | 88 | 5 5 | The Socialist Party of Great Britain 47 | Wales 6 |
723 | 32 | 18 | 632035 | 5 5 | Labour 3 | Wales 6 |
724 | 29 | 0 | 92171 | 5 5 | Liberal Democrat 4 | Wales 6 |
725 | 31 | 2 | 153265 | 5 5 | Plaid Cymru 5 | Wales 6 |
726 | 30 | 0 | 83909 | 5 5 | The Brexit Party 153 | Wales 6 |
727 | 3 | 0 | 1515 | 5 5 | Gwlad Gwlad 162 | Wales 6 |
728 | 2 | 0 | 1322 | 5 5 | The Cynon Valley Party 164 | Wales 6 |
729 | 32 | 12 | 557234 | 5 5 | Conservative 1 | Wales 6 |
1038 | 21 | 0 | 15828 | 5 5 | Green Party 2 | Wales 6 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "country_general_election_party_performances" ( [id] INTEGER PRIMARY KEY, [constituency_contested_count] INTEGER, [constituency_won_count] INTEGER, [cumulative_vote_count] INTEGER, [general_election_id] INTEGER REFERENCES [general_elections]([id]), [political_party_id] INTEGER REFERENCES [political_parties]([id]), [country_id] INTEGER REFERENCES [countries]([id]) ); CREATE INDEX [idx_country_general_election_party_performances_country_id] ON [country_general_election_party_performances] ([country_id]); CREATE INDEX [idx_country_general_election_party_performances_political_party_id] ON [country_general_election_party_performances] ([political_party_id]); CREATE INDEX [idx_country_general_election_party_performances_general_election_id] ON [country_general_election_party_performances] ([general_election_id]);