commons_library_dashboard_countries
Data license: Open Parliament Licence · Data source: UK Parliament election results website
1 row where country_id = 4
This data as json, CSV (advanced)
id ▼ | commons_library_dashboard_id | country_id |
---|---|---|
9 | Census data: How do constituencies with different demographics vote? 6 | Northern Ireland 4 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "commons_library_dashboard_countries" ( [id] INTEGER PRIMARY KEY, [commons_library_dashboard_id] INTEGER REFERENCES [commons_library_dashboards]([id]), [country_id] INTEGER REFERENCES [countries]([id]) ); CREATE INDEX [idx_commons_library_dashboard_countries_country_id] ON [commons_library_dashboard_countries] ([country_id]); CREATE INDEX [idx_commons_library_dashboard_countries_commons_library_dashboard_id] ON [commons_library_dashboard_countries] ([commons_library_dashboard_id]);