home / psephology

country_general_election_party_performances

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

18 rows where political_party_id = 34

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: constituency_contested_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
27 9 0 3205 2 2 Christian Party, Proclaiming Christ's Lordship 34 Great Britain 1
28 2 0 1720 3 3 Christian Party, Proclaiming Christ's Lordship 34 Great Britain 1
29 2 0 705 4 4 Christian Party, Proclaiming Christ's Lordship 34 Great Britain 1
266 6 0 1407 2 2 Christian Party, Proclaiming Christ's Lordship 34 England 2
497 2 0 1467 2 2 Christian Party, Proclaiming Christ's Lordship 34 Scotland 5
498 2 0 1720 3 3 Christian Party, Proclaiming Christ's Lordship 34 Scotland 5
499 1 0 460 4 4 Christian Party, Proclaiming Christ's Lordship 34 Scotland 5
541 1 0 331 2 2 Christian Party, Proclaiming Christ's Lordship 34 Wales 6
542 1 0 245 4 4 Christian Party, Proclaiming Christ's Lordship 34 Wales 6
584 2 0 705 5 5 Christian Party, Proclaiming Christ's Lordship 34 Great Britain 1
704 1 0 460 5 5 Christian Party, Proclaiming Christ's Lordship 34 Scotland 5
719 1 0 245 5 5 Christian Party, Proclaiming Christ's Lordship 34 Wales 6
735 71 0 18622 1 1 Christian Party, Proclaiming Christ's Lordship 34 Great Britain 1
858 62 0 15840 1 1 Christian Party, Proclaiming Christ's Lordship 34 England 2
976 1 0 835 1 1 Christian Party, Proclaiming Christ's Lordship 34 Scotland 5
998 8 0 1947 1 1 Christian Party, Proclaiming Christ's Lordship 34 Wales 6
2340 2 0 806 6 6 Christian Party, Proclaiming Christ's Lordship 34 Great Britain 1
2509 2 0 806 6 6 Christian Party, Proclaiming Christ's Lordship 34 Scotland 5

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 9.014ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website