constituency_area_overlaps
Data license: Open Parliament Licence · Data source: UK Parliament election results website
4 rows where from_constituency_area_id = 553
This data as json, CSV (advanced)
Suggested facets: from_constituency_population, to_constituency_population
id ▼ | from_constituency_residential | to_constituency_residential | from_constituency_geographical | to_constituency_geographical | from_constituency_population | to_constituency_population | from_constituency_area_id | to_constituency_area_id | formed_from_whole_of | forms_whole_of |
---|---|---|---|---|---|---|---|---|---|---|
1210 | 0.082441576 | 0.0642159 | 0.07838188 | 0.43228424 | 0.08677063 | 0.067698486 | Strangford 553 | Belfast South and Mid Down 688 | 0 | 0 |
1211 | 0.000167954 | 0.000156278 | 0.001128247 | 0.006220332 | 0.0 | 0.0 | Strangford 553 | North Down 1062 | 0 | 0 |
1212 | 7.19804e-05 | 7.21865e-05 | 8.35343e-05 | 4.88187e-05 | 0.0 | 0.0 | Strangford 553 | South Down 1169 | 0 | 0 |
1213 | 0.91731846 | 0.879584 | 0.92040634 | 0.7665917 | 0.91322935 | 0.85534304 | Strangford 553 | Strangford 1210 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "constituency_area_overlaps" ( [id] INTEGER PRIMARY KEY, [from_constituency_residential] FLOAT, [to_constituency_residential] FLOAT, [from_constituency_geographical] FLOAT, [to_constituency_geographical] FLOAT, [from_constituency_population] FLOAT, [to_constituency_population] FLOAT, [from_constituency_area_id] INTEGER REFERENCES [constituency_areas]([id]), [to_constituency_area_id] INTEGER REFERENCES [constituency_areas]([id]), [formed_from_whole_of] INTEGER, [forms_whole_of] INTEGER ); CREATE INDEX [idx_constituency_area_overlaps_to_constituency_area_id] ON [constituency_area_overlaps] ([to_constituency_area_id]); CREATE INDEX [idx_constituency_area_overlaps_from_constituency_area_id] ON [constituency_area_overlaps] ([from_constituency_area_id]);