home / psephology

maiden_speeches

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

3 rows where constituency_group_id = 101

✎ 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
491 2010-06-10 1 vol 511 cc550-2 https://hansard.parliament.uk/Commons/2010-06-10/debates/5028a7d7-be23-4c72-9826-8da5c29ca71e/CommonsChamber#contribution-10061041000097 128 128 Bury North 101 55 55
854 2017-07-19 1 vol 627 cc915-7 https://hansard.parliament.uk/Commons/2017-07-19/debates/EEE5DFC1-B34A-451C-91FE-FCBACFC86114/TuitionFees#contribution-93EC6E4F-D056-4FD4-926D-A566C606374C 129 129 Bury North 101 57 57
885 2020-01-14 1 vol 669 cc956-9 https://hansard.parliament.uk/Commons/2020-01-14/debates/10029540-3911-4F21-9FC8-E32E31F06F90/EducationAndLocalGovernment#contribution-CF44F8BB-6675-40BA-89EB-02615182ABBD 82 82 Bury North 101 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.605ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website