home / psephology

maiden_speeches

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

3 rows where constituency_group_id = 5

✎ 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
552 2010-06-28 1 vol 512 cc643-5 https://hansard.parliament.uk/Commons/2010-06-28/debates/cd7e1420-4b8b-48f0-9c2a-9e90fb93e987/CommonsChamber#contribution-10062821000031 7 7 Airdrie and Shotts 5 55 55
764 2015-07-14 1 vol 598 cc798-801 https://hansard.parliament.uk/Commons/2015-07-14/debates/de173721-acc0-4405-8985-af8ca168c931/CommonsChamber#contribution-15071433000668 8 8 Airdrie and Shotts 5 56 56
1011 2021-05-19 2 vol 695 cc753-4 https://hansard.parliament.uk/Commons/2021-05-19/debates/703AB637-170B-4A32-AB97-A38251EEEDE7/APlanForTheNHSAndSocialCare#contribution-A14E5E21-3FE9-4CDC-B1ED-15490278E7F6 1194 1194 Airdrie and Shotts 5 58 58

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 8.95ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website