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 = 2

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: constituency_contested_count, constituency_won_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
4 10 0 18324 2 2 UK Independence Party 8 5 5
6 18 0 61556 2 2 Alliance 19 5 5
9 18 4 176232 2 2 Sinn Féin 21 5 5
12 18 3 99809 2 2 Social Democratic & Labour Party 22 5 5
15 15 2 114935 2 2 Ulster Unionist Party 24 5 5
18 16 0 9055 2 2 Conservative 1 5 5
21 16 8 184260 2 2 Democratic Unionist Party 20 5 5
24 502 1 1073259 2 2 Green Party 2 6 6
27 532 206 8087653 2 2 Labour 3 6 6
30 532 6 2098458 2 2 Liberal Democrat 4 6 6
33 533 1 3611367 2 2 UK Independence Party 8 6 6
36 532 318 10448644 2 2 Conservative 1 6 6
39 35 0 38344 2 2 Green Party 2 7 7
42 40 25 552473 2 2 Labour 3 7 7
45 40 1 97783 2 2 Liberal Democrat 4 7 7
48 40 3 181704 2 2 Plaid Cymru 5 7 7
51 40 0 204330 2 2 UK Independence Party 8 7 7
53 40 11 407813 2 2 Conservative 1 7 7
59 59 1 707147 2 2 Labour 3 8 8
62 59 1 219675 2 2 Liberal Democrat 4 8 8
65 41 0 47078 2 2 UK Independence Party 8 8 8
68 59 56 1454436 2 2 Scottish National Party 11 8 8
71 59 1 434097 2 2 Conservative 1 8 8

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 12.26ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website