home / psephology

maiden_speeches

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

3 rows where constituency_group_id = 241

✎ 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
357 2009-11-25 5 vol 501 cc599-602 https://hansard.parliament.uk/Commons/2009-11-25/debates/f7c2eb4b-3248-4f89-bdb1-12f7ef64792b/CommonsChamber#contribution-09112522000620 313 313 Glasgow North East 241 54 54
769 2015-07-15 1 vol 598 cc1004-8 https://hansard.parliament.uk/Commons/2015-07-15/debates/15071540000002/EnglishVotesForEnglishLaws#contribution-15071561000001 314 314 Glasgow North East 241 56 56
845 2017-07-13 1 vol 627 cc501-6 https://hansard.parliament.uk/Commons/2017-07-13/debates/69871535-88DE-4EF8-AE0C-9653C8E1B045/Passchendaele#contribution-06759023-6538-4836-BDDC-9E3B7977DED8 850 850 Glasgow North East 241 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 122.832ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website