home / psephology

maiden_speeches

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

4 rows where constituency_group_id = 239

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: session_number, made_on (date)

id ▼ made_on session_number hansard_reference hansard_url member_id constituency_group_id parliament_period_id
354 2008-10-13 3 vol 480 cc608-11 https://hansard.parliament.uk/Commons/2008-10-13/debates/d9de576f-16f2-48d5-8f41-d4c28235aadf/CommonsChamber#contribution-08101333000034 1082 1082 Glasgow East 239 54 54
431 2010-06-07 1 vol 511 cc87-9 https://hansard.parliament.uk/Commons/2010-06-07/debates/fcb89c11-f58f-486e-9bfe-5ac65ee1adb8/CommonsChamber#contribution-10060728000091 309 309 Glasgow East 239 55 55
636 2015-06-02 1 vol 596 cc525-7 https://hansard.parliament.uk/Commons/2015-06-02/debates/0d4f7cd7-73c8-491d-aa60-741c064dabc4/CommonsChamber#contribution-15060224000611 310 310 Glasgow East 239 56 56
801 2017-06-27 1 vol 626 cc538-9 https://hansard.parliament.uk/Commons/2017-06-27/debates/ACC3BDDE-6E2A-444B-9C6A-EA71C0530F77/EducationAndLocalServices#contribution-0CFEB383-480D-4355-9205-BA5B78D7D3FD 849 849 Glasgow East 239 57 57

Advanced export

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

CSV options:

CREATE TABLE "maiden_speeches" (
   [id] INTEGER PRIMARY KEY,
   [made_on] TEXT,
   [session_number] INTEGER,
   [hansard_reference] TEXT,
   [hansard_url] TEXT,
   [member_id] INTEGER REFERENCES [members]([id]),
   [constituency_group_id] INTEGER REFERENCES [constituency_groups]([id]),
   [parliament_period_id] INTEGER REFERENCES [parliament_periods]([id])
);
CREATE INDEX [idx_maiden_speeches_parliament_period_id]
    ON [maiden_speeches] ([parliament_period_id]);
CREATE INDEX [idx_maiden_speeches_constituency_group_id]
    ON [maiden_speeches] ([constituency_group_id]);
CREATE INDEX [idx_maiden_speeches_member_id]
    ON [maiden_speeches] ([member_id]);
Powered by Datasette · Queries took 9.775ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website