elections
Data license: Open Parliament Licence · Data source: UK Parliament election results website
11 rows where result_summary_id = 6
This data as json, CSV (advanced)
Suggested facets: polling_on, invalid_vote_count, constituency_group_id, general_election_id, parliament_period_id, polling_on (date), declaration_at (date)
id ▼ | polling_on | is_notional | valid_vote_count | invalid_vote_count | majority | declaration_at | constituency_group_id | general_election_id | result_summary_id | electorate_id | parliament_period_id |
---|---|---|---|---|---|---|---|---|---|---|---|
13 | 2015-05-07 | 0 | 51883 | 59 | 8473 | 2015-05-08T05:39:00 | Argyll and Bute 13 | 2 2 | 6 6 | 13 13 | 56 56 |
40 | 2015-05-07 | 0 | 55038 | 56 | 328 | 2015-05-08T07:22:00 | Berwickshire, Roxburgh and Selkirk 40 | 2 2 | 6 6 | 40 40 | 56 56 |
105 | 2015-05-07 | 0 | 34186 | 45 | 3844 | 2015-05-08T04:44:00 | Caithness, Sutherland and Easter Ross 105 | 2 2 | 6 6 | 105 105 | 56 56 |
192 | 2015-05-07 | 0 | 54871 | 47 | 2167 | 2015-05-08T02:46:00 | East Dunbartonshire 192 | 2 2 | 6 6 | 192 192 | 56 56 |
209 | 2015-05-07 | 0 | 54858 | 49 | 3210 | 2015-05-08T05:10:00 | Edinburgh West 209 | 2 2 | 6 6 | 209 209 | 56 56 |
247 | 2015-05-07 | 0 | 58161 | 62 | 8687 | 2015-05-08T06:45:00 | Gordon 247 | 2 2 | 6 6 | 247 247 | 56 56 |
298 | 2015-05-07 | 0 | 57613 | 54 | 10809 | 2015-05-08T05:54:00 | Inverness, Nairn, Badenoch and Strathspey 298 | 2 2 | 6 6 | 298 298 | 56 56 |
405 | 2015-05-07 | 0 | 45263 | 47 | 4344 | 2015-05-08T04:39:00 | North East Fife 405 | 2 2 | 6 6 | 405 405 | 56 56 |
473 | 2015-05-07 | 0 | 41811 | 39 | 5124 | 2015-05-08T05:19:00 | Ross, Skye and Lochaber 473 | 2 2 | 6 6 | 473 473 | 56 56 |
612 | 2015-05-07 | 0 | 55196 | 43 | 7033 | 2015-05-08T04:45:00 | West Aberdeenshire and Kincardine 612 | 2 2 | 6 6 | 612 612 | 56 56 |
1492 | 2019-12-12 | 0 | 53031 | 80 | 149 | 2019-12-13T03:44:00 | East Dunbartonshire 192 | 4 4 | 6 6 | 1492 1492 | 58 58 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "elections" ( [id] INTEGER PRIMARY KEY, [polling_on] TEXT, [is_notional] INTEGER, [valid_vote_count] INTEGER, [invalid_vote_count] INTEGER, [majority] INTEGER, [declaration_at] TEXT, [constituency_group_id] INTEGER REFERENCES [constituency_groups]([id]), [general_election_id] INTEGER REFERENCES [general_elections]([id]), [result_summary_id] INTEGER REFERENCES [result_summaries]([id]), [electorate_id] INTEGER REFERENCES [electorates]([id]), [parliament_period_id] INTEGER REFERENCES [parliament_periods]([id]) ); CREATE INDEX [idx_elections_parliament_period_id] ON [elections] ([parliament_period_id]); CREATE INDEX [idx_elections_electorate_id] ON [elections] ([electorate_id]); CREATE INDEX [idx_elections_result_summary_id] ON [elections] ([result_summary_id]); CREATE INDEX [idx_elections_general_election_id] ON [elections] ([general_election_id]); CREATE INDEX [idx_elections_constituency_group_id] ON [elections] ([constituency_group_id]);