home / psephology

maiden_speeches

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

3 rows where constituency_group_id = 79

✎ 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
765 2015-07-14 1 vol 598 cc777-9 https://hansard.parliament.uk/Commons/2015-07-14/debates/de173721-acc0-4405-8985-af8ca168c931/CommonsChamber#contribution-15071433000514 99 99 Brecon and Radnorshire 79 56 56
870 2019-09-04 1 vol 664 cc226-7 https://hansard.parliament.uk/Commons/2019-09-04/debates/85267906-8A67-44A5-B31E-94C07B13FE1E/EuropeanUnion(Withdrawal)(No6)Bill#contribution-31D2C5BF-A568-48F5-9DE4-25126E81F056 480 480 Brecon and Radnorshire 79 57 57
925 2020-01-21 1 vol 670 cc203-6 https://hansard.parliament.uk/Commons/2020-01-21/debates/35DD1ED8-A9B2-47CB-B7F8-5C335D63D5ED/DirectPaymentsToFarmers(LegislativeContinuity)Bill#contribution-DF648FA2-CF0D-4E4A-9452-B477AE245F93 927 927 Brecon and Radnorshire 79 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 7.235ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website