constituency_area_overlaps
Data license: Open Parliament Licence · Data source: UK Parliament election results website
4 rows where from_constituency_area_id = 314
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 |
---|---|---|---|---|---|---|---|---|---|---|
526 | 0.37318346 | 0.34158325 | 0.1518125 | 0.30511987 | 0.36585125 | 0.33646777 | Kingswood 314 | Bristol North East 742 | 0 | 0 |
527 | 0.16408426 | 0.13181606 | 0.104569346 | 0.09955193 | 0.17559898 | 0.14567193 | Kingswood 314 | Filton and Bradley Stoke 876 | 0 | 0 |
528 | 0.45863083 | 0.435771 | 0.6031254 | 0.12417182 | 0.45503953 | 0.43317407 | Kingswood 314 | North East Somerset and Hanham 1069 | 0 | 0 |
529 | 0.004101473 | 0.003678808 | 0.14049278 | 0.013247409 | 0.00351023 | 0.003226941 | Kingswood 314 | Thornbury and Yate 1232 | 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]);