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 member_id = 232

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ kind name category_id member_id
1585 1585 member Member, Lime Street Ward Club Non-pecuniary interests e9002d25 The Revd Stephen Decatur Haines 232
1586 1586 member Pewterers’ Company (Court Member) Non-pecuniary interests e9002d25 The Revd Stephen Decatur Haines 232
1587 1587 member Priest of St George’s Catholic Cathedral, London Non-pecuniary interests e9002d25 The Revd Stephen Decatur Haines 232
1588 1588 member Council Member of City and Guilds Non-pecuniary interests e9002d25 The Revd Stephen Decatur Haines 232

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