english_region_general_election_party_performances
Data license: Open Parliament Licence · Data source: UK Parliament election results website
12 rows where political_party_id = 84
This data as json, CSV (advanced)
Suggested facets: constituency_contested_count, cumulative_vote_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 |
---|---|---|---|---|---|---|
285 | 1 | 0 | 115 | 2 2 | Alliance for Green Socialism 84 | London 5 |
286 | 1 | 0 | 49 | 3 3 | Alliance for Green Socialism 84 | London 5 |
287 | 1 | 0 | 71 | 4 4 | Alliance for Green Socialism 84 | London 5 |
351 | 3 | 0 | 737 | 2 2 | Alliance for Green Socialism 84 | Yorkshire and The Humber 6 |
352 | 2 | 0 | 163 | 3 3 | Alliance for Green Socialism 84 | Yorkshire and The Humber 6 |
353 | 2 | 0 | 207 | 4 4 | Alliance for Green Socialism 84 | Yorkshire and The Humber 6 |
591 | 1 | 0 | 71 | 5 5 | Alliance for Green Socialism 84 | London 5 |
607 | 2 | 0 | 207 | 5 5 | Alliance for Green Socialism 84 | Yorkshire and The Humber 6 |
791 | 1 | 0 | 197 | 1 1 | Alliance for Green Socialism 84 | London 5 |
830 | 4 | 0 | 1257 | 1 1 | Alliance for Green Socialism 84 | Yorkshire and The Humber 6 |
2325 | 1 | 0 | 119 | 6 6 | Alliance for Green Socialism 84 | London 5 |
2351 | 1 | 0 | 259 | 6 6 | Alliance for Green Socialism 84 | Yorkshire and The Humber 6 |
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]);