home / colmem

members

Aldermen and Common Councilmen. There are 25 Aldermen and 100 Common Councilmen.

Data source: See col-scraper on GitHub

3 rows where ward_id = "70fbd1ea"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name role party ward_id url
399 Sir Alan Colin Drake Yarrow Alderman   Bridge and Bridge Without 70fbd1ea http://democracy.cityoflondon.gov.uk/mgUserInfo.aspx?UID=399
1666 Keith David Forbes Bottomley Deputy   Bridge and Bridge Without 70fbd1ea http://democracy.cityoflondon.gov.uk/mgUserInfo.aspx?UID=1666
1944 Tim Levene     Bridge and Bridge Without 70fbd1ea http://democracy.cityoflondon.gov.uk/mgUserInfo.aspx?UID=1944

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE members (
        id INTEGER NOT NULL,
        name VARCHAR(255) NOT NULL,
        role VARCHAR(50),
        party VARCHAR(50),
        ward_id VARCHAR(8) REFERENCES wards(id),
        url VARCHAR(255),
        PRIMARY KEY (id)
    );
CREATE INDEX members_ward_id ON members("ward_id");
Powered by Datasette · Queries took 21.746ms · Data source: See col-scraper on GitHub