boundary_sets
Data license: Open Parliament Licence · Data source: UK Parliament election results website
3 rows where "end_on" is on date 1955-05-06
This data as json, CSV (advanced)
Suggested facets: start_on (date), end_on (date)
id ▼ | start_on | end_on | country_id | parent_boundary_set_id | description |
---|---|---|---|---|---|
26 | 1950-02-04 | 1955-05-06 | England 2 | ||
27 | 1950-02-04 | 1955-05-06 | Wales 6 | ||
28 | 1950-02-04 | 1955-05-06 | Scotland 5 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "boundary_sets" ( [id] INTEGER PRIMARY KEY, [start_on] TEXT, [end_on] TEXT, [country_id] INTEGER REFERENCES [countries]([id]), [parent_boundary_set_id] INTEGER REFERENCES [boundary_sets]([id]), [description] TEXT ); CREATE INDEX [idx_boundary_sets_parent_boundary_set_id] ON [boundary_sets] ([parent_boundary_set_id]); CREATE INDEX [idx_boundary_sets_country_id] ON [boundary_sets] ([country_id]);