result_summaries
Data license: Open Parliament Licence · Data source: UK Parliament election results website
3 rows where from_political_party_id = 22
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 |
---|---|---|---|---|---|---|---|---|
10 | SDLP hold | SDLP hold | 0 | 0 | 0 | 0 | Social Democratic & Labour Party 22 | Social Democratic & Labour Party 22 |
26 | DUP gain from SDLP | DUP gain from SDLP | 0 | 0 | 0 | 0 | Social Democratic & Labour Party 22 | Democratic Unionist Party 20 |
32 | SF gain from SDLP | Sinn Féin gain from SDLP | 0 | 0 | 0 | 0 | Social Democratic & Labour Party 22 | Sinn Féin 21 |
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]);