general_election_party_performances
Data license: Open Parliament Licence · Data source: UK Parliament election results website
6 rows where political_party_id = 40
This data as json, CSV (advanced)
Suggested facets: constituency_contested_count, cumulative_vote_count
id ▼ | constituency_contested_count | constituency_won_count | cumulative_vote_count | cumulative_valid_vote_count | general_election_id | political_party_id |
---|---|---|---|---|---|---|
82 | 8 | 0 | 1667 | 376865 | 2 2 | British National Party 40 |
83 | 10 | 0 | 4580 | 481907 | 3 3 | British National Party 40 |
84 | 1 | 0 | 510 | 53974 | 4 4 | British National Party 40 |
562 | 1 | 0 | 510 | 51053 | 5 5 | British National Party 40 |
725 | 338 | 0 | 564321 | 15258557 | 1 1 | British National Party 40 |
2345 | 0 | 0 | 0 | 0 | 6 6 | British National Party 40 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "general_election_party_performances" ( [id] INTEGER PRIMARY KEY, [constituency_contested_count] INTEGER, [constituency_won_count] INTEGER, [cumulative_vote_count] INTEGER, [cumulative_valid_vote_count] INTEGER, [general_election_id] INTEGER REFERENCES [general_elections]([id]), [political_party_id] INTEGER REFERENCES [political_parties]([id]) ); CREATE INDEX [idx_general_election_party_performances_political_party_id] ON [general_election_party_performances] ([political_party_id]); CREATE INDEX [idx_general_election_party_performances_general_election_id] ON [general_election_party_performances] ([general_election_id]);