home / psephology

boundary_set_general_election_party_performances

Data license: Open Parliament Licence · Data source: UK Parliament election results website

23 rows where general_election_id = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: constituency_contested_count, constituency_won_count, cumulative_vote_count, political_party_id, boundary_set_id

id ▼ constituency_contested_count constituency_won_count cumulative_vote_count general_election_id political_party_id boundary_set_id
77 18 1 42762 1 1 Alliance 19 5 5
78 17 5 171942 1 1 Sinn Féin 21 5 5
79 18 3 110970 1 1 Social Democratic & Labour Party 22 5 5
80 16 8 168216 1 1 Democratic Unionist Party 20 5 5
81 298 1 258950 1 1 Green Party 2 6 6
82 532 191 7039387 1 1 Labour 3 6 6
83 532 43 6075613 1 1 Liberal Democrat 4 6 6
84 490 0 866564 1 1 UK Independence Party 8 6 6
85 532 297 9908019 1 1 Conservative 1 6 6
86 13 0 6293 1 1 Green Party 2 7 7
87 40 26 531602 1 1 Labour 3 7 7
88 40 3 295164 1 1 Liberal Democrat 4 7 7
89 40 3 165394 1 1 Plaid Cymru 5 7 7
90 40 0 35684 1 1 UK Independence Party 8 7 7
91 40 8 382730 1 1 Conservative 1 7 7
93 59 41 1035528 1 1 Labour 3 8 8
94 59 11 465471 1 1 Liberal Democrat 4 8 8
95 28 0 17223 1 1 UK Independence Party 8 8 8
96 59 6 491386 1 1 Scottish National Party 11 8 8
97 59 1 412905 1 1 Conservative 1 8 8
98 0 0 0 1 1 Conservative 1 5 5
99 0 0 0 1 1 UK Independence Party 8 5 5
100 0 0 0 1 1 Ulster Unionist Party 24 5 5

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "boundary_set_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]),
   [boundary_set_id] INTEGER REFERENCES [boundary_sets]([id])
);
CREATE INDEX [idx_boundary_set_general_election_party_performances_boundary_set_id]
    ON [boundary_set_general_election_party_performances] ([boundary_set_id]);
CREATE INDEX [idx_boundary_set_general_election_party_performances_political_party_id]
    ON [boundary_set_general_election_party_performances] ([political_party_id]);
CREATE INDEX [idx_boundary_set_general_election_party_performances_general_election_id]
    ON [boundary_set_general_election_party_performances] ([general_election_id]);
Powered by Datasette · Queries took 9.628ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website