home / colmem

interests

Interests for members and their partners ('Spouse/Civil Partner/Living as such') from the Register of Interests.

Data source: See col-scraper on GitHub

6 rows where kind = "member" and member_id = 1937

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: category_id

Link rowid ▼ kind name category_id member_id
632 632 member Assistant at UK Parliament Office of Clive Lewis MP, House of Commons Employment, office, trade, profession or vocation e938d3aa Jason Paul Pritchard 1937
634 634 member Employee - International House London Employment, office, trade, profession or vocation e938d3aa Jason Paul Pritchard 1937
635 635 member This is a Sensitive Interest, the details of which are withheld under Section 32 of the Localism Act 2011 Corporate Tenancies 8948e857 Jason Paul Pritchard 1937
637 637 member Member - The Labour Party Non-pecuniary interests e9002d25 Jason Paul Pritchard 1937
639 639 member Member - Unite the Union Non-pecuniary interests e9002d25 Jason Paul Pritchard 1937
640 640 member Member - SERA - Labour Environment Campaign Non-pecuniary interests e9002d25 Jason Paul Pritchard 1937

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE interests (
        kind VARCHAR(10),
        name TEXT,
        category_id VARCHAR(8) REFERENCES interest_categories(id),
        member_id INTEGER REFERENCES members(id)
    );
CREATE INDEX interests_category_id ON interests("category_id");
CREATE INDEX interests_member_id ON interests("member_id");
Powered by Datasette · Queries took 16.514ms · Data source: See col-scraper on GitHub