home / psephology

country_general_election_party_performances

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

14 rows where political_party_id = 54

✎ 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
63 17 0 3260 2 2 Christian Peoples Alliance 54 Great Britain 1
64 31 0 5869 3 3 Christian Peoples Alliance 54 Great Britain 1
65 29 0 6486 4 4 Christian Peoples Alliance 54 Great Britain 1
299 17 0 3260 2 2 Christian Peoples Alliance 54 England 2
300 31 0 5869 3 3 Christian Peoples Alliance 54 England 2
301 28 0 6246 4 4 Christian Peoples Alliance 54 England 2
503 1 0 240 4 4 Christian Peoples Alliance 54 Scotland 5
592 29 0 6486 5 5 Christian Peoples Alliance 54 Great Britain 1
652 28 0 6246 5 5 Christian Peoples Alliance 54 England 2
706 1 0 240 5 5 Christian Peoples Alliance 54 Scotland 5
744 17 0 6276 1 1 Christian Peoples Alliance 54 Great Britain 1
867 17 0 6276 1 1 Christian Peoples Alliance 54 England 2
2347 22 0 5604 6 6 Christian Peoples Alliance 54 Great Britain 1
2433 22 0 5604 6 6 Christian Peoples Alliance 54 England 2

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