home / colmem

committees

As listed on this page. The kind column maps to the sections on that page.

Data source: See col-scraper on GitHub

2 rows where kind = "working"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name url kind
334 Gresham Working Party http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=334 working
1208 Wanstead Park Working Party http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=1208 working

Advanced export

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

CSV options:

CREATE TABLE committees(
        id INTEGER NOT NULL,
        name VARCHAR(50),
        url VARCHAR(255),
        kind VARCHAR(50),
        PRIMARY KEY (id)
    );
Powered by Datasette · Queries took 13.453ms · Data source: See col-scraper on GitHub