home / psephology

maiden_speeches

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

2 rows where constituency_group_id = 467

✎ 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
380 2010-05-27 1 vol 510 cc383-6 https://hansard.parliament.uk/Commons/2010-05-27/debates/8a3711b1-a873-4a75-bf39-bfae340e728e/CommonsChamber#contribution-10052726000625 598 598 Richmond Park 467 55 55
780 2016-12-19 2 vol 618 cc1244-6 https://hansard.parliament.uk/Commons/2016-12-19/debates/292C9A19-9A13-482A-961B-F893AEE899E9/ExitingTheEUScienceAndResearch#contribution-16CD6229-BC81-41D1-9359-EB492C170FCA 888 888 Richmond Park 467 56 56

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