home / psephology

boundary_sets

Data license: Open Parliament Licence · Data source: UK Parliament election results website

1 row where country_id = 3

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: start_on (date), end_on (date)

id ▼ start_on end_on country_id
31 1918-11-26 1922-10-26 Ireland 3

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "boundary_sets" (
   [id] INTEGER PRIMARY KEY,
   [start_on] TEXT,
   [end_on] TEXT,
   [country_id] INTEGER REFERENCES [countries]([id])
);
CREATE INDEX [idx_boundary_sets_country_id]
    ON [boundary_sets] ([country_id]);
Powered by Datasette · Queries took 12.509ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website