english_region_general_election_party_performances
Data license: Open Parliament Licence · Data source: UK Parliament election results website
12 rows where political_party_id = 141
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 |
---|---|---|---|---|---|---|
67 | 1 | 0 | 702 | 3 3 | Women's Equality Party 141 | South East 1 |
68 | 1 | 0 | 137 | 4 4 | Women's Equality Party 141 | South East 1 |
174 | 1 | 0 | 234 | 3 3 | Women's Equality Party 141 | North West 3 |
175 | 1 | 0 | 130 | 4 4 | Women's Equality Party 141 | North West 3 |
309 | 2 | 0 | 1090 | 3 3 | Women's Equality Party 141 | London 5 |
370 | 1 | 0 | 1040 | 3 3 | Women's Equality Party 141 | Yorkshire and The Humber 6 |
415 | 1 | 0 | 149 | 4 4 | Women's Equality Party 141 | East of England 7 |
529 | 1 | 0 | 137 | 5 5 | Women's Equality Party 141 | South East 1 |
556 | 1 | 0 | 130 | 5 5 | Women's Equality Party 141 | North West 3 |
626 | 1 | 0 | 149 | 5 5 | Women's Equality Party 141 | East of England 7 |
2227 | 1 | 0 | 195 | 6 6 | Women's Equality Party 141 | South East 1 |
2275 | 1 | 0 | 544 | 6 6 | Women's Equality Party 141 | North West 3 |
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]);