elections
Data license: Open Parliament Licence · Data source: UK Parliament election results website
7 rows where result_summary_id = 21
This data as json, CSV (advanced)
Suggested facets: polling_on, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
378 | 2015-05-07 | 0 | 48250 | 139 | 422 | 2015-05-08T08:18:00 | Morley and Outwood 378 | 2 2 | 21 21 | 378 378 | 56 56 |
1325 | 2019-12-12 | 0 | 46046 | 92 | 5789 | 2019-12-13T03:20:00 | Barrow and Furness 25 | 4 4 | 21 21 | 1324 1324 | 58 58 |
1628 | 2019-12-12 | 0 | 46979 | 168 | 1965 | 2019-12-13T01:59:00 | Leigh 328 | 4 4 | 21 21 | 1627 1627 | 58 58 |
1761 | 2019-12-12 | 0 | 40842 | 95 | 3527 | 2019-12-13T02:43:00 | Redcar 461 | 4 4 | 21 21 | 1760 1760 | 58 58 |
1848 | 2019-12-12 | 0 | 32070 | 67 | 670 | 2019-12-13T04:25:00 | Stoke-On-Trent Central 548 | 4 4 | 21 21 | 1847 1847 | 58 58 |
1857 | 2019-12-12 | 0 | 65930 | 185 | 3840 | 2019-12-13T03:09:00 | Stroud 557 | 4 4 | 21 21 | 1856 1856 | 58 58 |
1914 | 2019-12-12 | 0 | 34459 | 84 | 3799 | 2019-12-13T02:47:00 | West Bromwich West 614 | 4 4 | 21 21 | 1913 1913 | 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]);