elections
Data license: Open Parliament Licence · Data source: UK Parliament election results website
5 rows where result_summary_id = 51
This data as json, CSV (advanced)
Suggested facets: polling_on (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 |
---|---|---|---|---|---|---|---|---|---|---|---|
3266 | 2024-07-04 | 0 | 39882 | 102 | 5508 | Ashfield 666 | 6 6 | 51 51 | 3265 3265 | 59 59 | |
3321 | 2024-07-04 | 0 | 40455 | 128 | 2010 | Boston and Skegness 721 | 6 6 | 51 51 | 3320 3320 | 59 59 | |
3392 | 2024-07-04 | 0 | 45958 | 111 | 8405 | Clacton 792 | 6 6 | 51 51 | 3391 3391 | 59 59 | |
3505 | 2024-07-04 | 0 | 40748 | 121 | 1426 | Great Yarmouth 905 | 6 6 | 51 51 | 3504 3504 | 59 59 | |
3763 | 2024-07-04 | 0 | 39549 | 123 | 98 | South Basildon and East Thurrock 1163 | 6 6 | 51 51 | 3762 3762 | 59 59 |
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]);