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

5 rows where category_id = "e938d3aa" and member_id = 141

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ kind name category_id member_id
1771 1771 member Consultant, Crossrail Ltd, Citibank, Canary Wharf Employment, office, trade, profession or vocation e938d3aa Michael John Cassidy 141
1772 1772 member Non-Executive Director, P2P Global Investments Plc Employment, office, trade, profession or vocation e938d3aa Michael John Cassidy 141
1773 1773 member Director, H B Reavis Employment, office, trade, profession or vocation e938d3aa Michael John Cassidy 141
1774 1774 member Chairman, Askonas Holt Ltd Employment, office, trade, profession or vocation e938d3aa Michael John Cassidy 141
1775 1775 member Chairman, Ebbsfleet UDC Employment, office, trade, profession or vocation e938d3aa Michael John Cassidy 141

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 11.392ms · Data source: See col-scraper on GitHub