home / psephology

maiden_speeches

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

3 rows where constituency_group_id = 518

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: made_on (date)

id ▼ made_on session_number hansard_reference hansard_url member_id constituency_group_id parliament_period_id
563 2010-06-30 1 vol 512 cc902-5 https://hansard.parliament.uk/Commons/2010-06-30/debates/b218373b-7921-4084-aecc-2377102267d8/CommonsChamber#contribution-10063036000484 1162 1162 South Ribble 518 55 55
712 2015-06-11 1 vol 596 cc1404-6 https://hansard.parliament.uk/Commons/2015-06-11/debates/747daf6e-704b-444a-bff3-c56c44cbf5ad/CommonsChamber#contribution-15061144000095 658 658 South Ribble 518 56 56
1008 2020-06-29 1 vol 678 cc62-5 https://hansard.parliament.uk/Commons/2020-06-29/debates/7192400E-E27A-45E0-AD95-C30EE866C2F4/BusinessAndPlanningBill#contribution-E38F32DE-6E6E-4C21-8DAF-591E1954963D 274 274 South Ribble 518 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 14.922ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website