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

3 rows where category_id = "d9df90d8" and member_id = 229

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ kind name category_id member_id
1796 1796 member Property at Shakespeare Tower, Barbican, London EC2 Land d9df90d8 Alison Gowman 229
1797 1797 member Car parking space, Defoe House, Barbican, London EC2 Land d9df90d8 Alison Gowman 229
1798 1798 member Storage space, Shakespeare Tower, Barbican, London EC2 Land d9df90d8 Alison Gowman 229

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