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

4 rows where category_id = "e9002d25" and member_id = 221

✎ View and edit SQL

This data as json, CSV (advanced)

category_id 1 ✖

  • Non-pecuniary interests · 4 ✖
Link rowid ▼ kind name category_id member_id
855 855 member Coleman Street Ward Club Non-pecuniary interests e9002d25 Stuart John Fraser, CBE 221
856 856 member The Reform Club Non-pecuniary interests e9002d25 Stuart John Fraser, CBE 221
857 857 member Worshipful Company of Fletchers Non-pecuniary interests e9002d25 Stuart John Fraser, CBE 221
858 858 member Chatham House Non-pecuniary interests e9002d25 Stuart John Fraser, CBE 221

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