home / psephology

commons_library_dashboard_countries

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

1 row where commons_library_dashboard_id = 5

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ commons_library_dashboard_id country_id
7 Sewage discharges in England 5 England 2

Advanced export

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

CSV options:

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]);
Powered by Datasette · Queries took 4.881ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website