constituency_area_overlaps
Data license: Open Parliament Licence · Data source: UK Parliament election results website
2 rows where to_constituency_area_id = 951
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 |
|---|---|---|---|---|---|---|---|---|---|---|
| 282 | 0.09762609 | 0.104422316 | 0.07779604 | 0.22227567 | 0.10468726 | 0.09341705 | Dagenham and Rainham 162 | Ilford South 951 | 0 | 0 |
| 501 | 0.7888709 | 0.89557767 | 0.7542443 | 0.7777243 | 0.8041543 | 0.90658295 | Ilford South 296 | Ilford South 951 | 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]);