home / psephology

country_general_election_party_performances

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

24 rows where political_party_id = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: constituency_contested_count, constituency_won_count, cumulative_vote_count, general_election_id, country_id

id ▼ constituency_contested_count constituency_won_count cumulative_vote_count general_election_id political_party_id country_id
145 631 8 2415916 2 2 Liberal Democrat 4 Great Britain 1
146 629 12 2371861 3 3 Liberal Democrat 4 Great Britain 1
147 611 11 3696419 4 4 Liberal Democrat 4 Great Britain 1
375 532 6 2098458 2 2 Liberal Democrat 4 England 2
376 530 8 2121760 3 3 Liberal Democrat 4 England 2
377 520 7 3340831 4 4 Liberal Democrat 4 England 2
513 59 1 219675 2 2 Liberal Democrat 4 Scotland 5
514 59 4 179062 3 3 Liberal Democrat 4 Scotland 5
515 59 4 263417 4 4 Liberal Democrat 4 Scotland 5
563 40 1 97783 2 2 Liberal Democrat 4 Wales 6
564 40 0 71039 3 3 Liberal Democrat 4 Wales 6
565 32 0 92171 4 4 Liberal Democrat 4 Wales 6
605 621 8 3696428 5 5 Liberal Democrat 4 Great Britain 1
665 535 6 3340840 5 5 Liberal Democrat 4 England 2
710 57 2 263417 5 5 Liberal Democrat 4 Scotland 5
724 29 0 92171 5 5 Liberal Democrat 4 Wales 6
763 631 57 6836248 1 1 Liberal Democrat 4 Great Britain 1
885 532 43 6075613 1 1 Liberal Democrat 4 England 2
985 59 11 465471 1 1 Liberal Democrat 4 Scotland 5
1004 40 3 295164 1 1 Liberal Democrat 4 Wales 6
2359 630 72 3519143 6 6 Liberal Democrat 4 Great Britain 1
2444 541 65 3199004 6 6 Liberal Democrat 4 England 2
2515 57 6 234228 6 6 Liberal Democrat 4 Scotland 5
2536 32 1 85911 6 6 Liberal Democrat 4 Wales 6

Advanced export

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

CSV options:

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