result_summaries
Data license: Open Parliament Licence · Data source: UK Parliament election results website
4 rows where to_political_party_id = 4
This data as json, CSV (advanced)
id ▼ | short_summary | summary | is_from_commons_speaker | is_from_independent | is_to_commons_speaker | is_to_independent | from_political_party_id | to_political_party_id |
---|---|---|---|---|---|---|---|---|
17 | LD hold | Liberal Democrats hold | 0 | 0 | 0 | 0 | Liberal Democrat 4 | Liberal Democrat 4 |
25 | LD gain from Con | Liberal Democrats gain from Conservative | 0 | 0 | 0 | 0 | Conservative 1 | Liberal Democrat 4 |
27 | LD gain from SNP | Liberal Democrats gain from SNP | 0 | 0 | 0 | 0 | Scottish National Party 11 | Liberal Democrat 4 |
45 | LD gain from Lab | Liberal Democrat gain from Labour | 0 | 0 | 0 | 0 | Labour 3 | Liberal Democrat 4 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "result_summaries" ( [id] INTEGER PRIMARY KEY, [short_summary] TEXT, [summary] TEXT, [is_from_commons_speaker] INTEGER, [is_from_independent] INTEGER, [is_to_commons_speaker] INTEGER, [is_to_independent] INTEGER, [from_political_party_id] INTEGER REFERENCES [political_parties]([id]), [to_political_party_id] INTEGER REFERENCES [political_parties]([id]) ); CREATE INDEX [idx_result_summaries_to_political_party_id] ON [result_summaries] ([to_political_party_id]); CREATE INDEX [idx_result_summaries_from_political_party_id] ON [result_summaries] ([from_political_party_id]);