country_general_election_party_performances
Data license: Open Parliament Licence · Data source: UK Parliament election results website
6 rows where political_party_id = 64
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|
79 | 1 | 0 | 149 | 2 2 | Humanity 64 | Great Britain 1 |
80 | 1 | 0 | 282 | 3 3 | Humanity 64 | Great Britain 1 |
315 | 1 | 0 | 149 | 2 2 | Humanity 64 | England 2 |
316 | 1 | 0 | 282 | 3 3 | Humanity 64 | England 2 |
748 | 1 | 0 | 50 | 1 1 | Humanity 64 | Great Britain 1 |
871 | 1 | 0 | 50 | 1 1 | Humanity 64 | England 2 |
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]);