english_region_general_election_party_performances
Data license: Open Parliament Licence · Data source: UK Parliament election results website
10 rows where political_party_id = 10
This data as json, CSV (advanced)
Suggested facets: constituency_contested_count, general_election_id, english_region_id
id ▼ | constituency_contested_count | constituency_won_count | cumulative_vote_count | general_election_id | political_party_id | english_region_id |
---|---|---|---|---|---|---|
127 | 1 | 0 | 433 | 2 2 | National Front 10 | North West 3 |
230 | 1 | 0 | 49 | 2 2 | National Front 10 | London 5 |
320 | 1 | 0 | 86 | 2 2 | National Front 10 | Yorkshire and The Humber 6 |
480 | 1 | 0 | 191 | 2 2 | National Front 10 | North East 9 |
662 | 3 | 0 | 1690 | 1 1 | National Front 10 | South East 1 |
702 | 3 | 0 | 751 | 1 1 | National Front 10 | West Midlands 2 |
730 | 2 | 0 | 3298 | 1 1 | National Front 10 | North West 3 |
777 | 4 | 0 | 2825 | 1 1 | National Front 10 | London 5 |
821 | 3 | 0 | 1237 | 1 1 | National Front 10 | Yorkshire and The Humber 6 |
885 | 1 | 0 | 599 | 1 1 | National Front 10 | North East 9 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "english_region_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]), [english_region_id] INTEGER REFERENCES [english_regions]([id]) ); CREATE INDEX [idx_english_region_general_election_party_performances_english_region_id] ON [english_region_general_election_party_performances] ([english_region_id]); CREATE INDEX [idx_english_region_general_election_party_performances_political_party_id] ON [english_region_general_election_party_performances] ([political_party_id]); CREATE INDEX [idx_english_region_general_election_party_performances_general_election_id] ON [english_region_general_election_party_performances] ([general_election_id]);