home / colmem

members

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

Data source: See col-scraper on GitHub

2 rows where role = "Deputy" and ward_id = "2b5454aa"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name role party ward_id url
132 John David Absalom Deputy   Farringdon Without 2b5454aa http://democracy.cityoflondon.gov.uk/mgUserInfo.aspx?UID=132
292 Edward Lord Deputy   Farringdon Without 2b5454aa http://democracy.cityoflondon.gov.uk/mgUserInfo.aspx?UID=292

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