constituency_area_overlaps
Data license: Open Parliament Licence · Data source: UK Parliament election results website
4 rows where from_constituency_area_id = 399
This data as json, CSV (advanced)
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 |
---|---|---|---|---|---|---|---|---|---|---|
673 | 0.014411286 | 0.015349052 | 0.006354483 | 0.04889225 | 0.014793881 | 0.016716288 | North Dorset 399 | Christchurch 789 | 0 | 0 |
674 | 0.047335867 | 0.050704423 | 0.113389604 | 0.31968072 | 0.051491957 | 0.053201437 | North Dorset 399 | Mid Dorset and North Poole 1022 | 0 | 0 |
675 | 0.93091697 | 0.97795206 | 0.8584369 | 0.9488377 | 0.9270262 | 0.97791195 | North Dorset 399 | North Dorset 1061 | 0 | 0 |
676 | 0.007335865 | 0.006882789 | 0.021819059 | 0.019007696 | 0.006687921 | 0.007018988 | North Dorset 399 | West Dorset 1266 | 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]);