home / psephology

country_general_election_party_performances

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

29 rows where political_party_id = 1

✎ 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
238 631 330 11290554 2 2 Conservative 1 Great Britain 1
239 631 317 13632789 3 3 Conservative 1 Great Britain 1
240 631 365 13961021 4 4 Conservative 1 Great Britain 1
457 532 318 10448644 2 2 Conservative 1 England 2
458 532 296 12346001 3 3 Conservative 1 England 2
459 532 345 12710848 4 4 Conservative 1 England 2
487 16 0 9055 2 2 Conservative 1 Northern Ireland 4
488 7 0 3895 3 3 Conservative 1 Northern Ireland 4
489 4 0 5433 4 4 Conservative 1 Northern Ireland 4
530 59 1 434097 2 2 Conservative 1 Scotland 5
531 59 13 757949 3 3 Conservative 1 Scotland 5
532 59 6 692939 4 4 Conservative 1 Scotland 5
575 40 11 407813 2 2 Conservative 1 Wales 6
576 40 8 528839 3 3 Conservative 1 Wales 6
577 40 14 557234 4 4 Conservative 1 Wales 6
638 631 372 13961021 5 5 Conservative 1 Great Britain 1
693 542 354 12710848 5 5 Conservative 1 England 2
702 9 0 5433 5 5 Conservative 1 Northern Ireland 4
717 57 6 692939 5 5 Conservative 1 Scotland 5
729 32 12 557234 5 5 Conservative 1 Wales 6
776 631 306 10703654 1 1 Conservative 1 Great Britain 1
895 532 297 9908019 1 1 Conservative 1 England 2
989 59 1 412905 1 1 Conservative 1 Scotland 5
1007 40 8 382730 1 1 Conservative 1 Wales 6
2373 630 121 6828372 6 6 Conservative 1 Great Britain 1
2455 541 116 6281025 6 6 Conservative 1 England 2
2503 5 0 553 6 6 Conservative 1 Northern Ireland 4
2519 57 5 307344 6 6 Conservative 1 Scotland 5
2541 32 0 240003 6 6 Conservative 1 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 21.343ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website