committees
Data source: See col-scraper on GitHub
4 rows where kind = "other"
This data as json, CSV (advanced)
id ▼ | name | url | kind |
---|---|---|---|
174 | Member Development Steering Group | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=174 | other |
206 | Committee of Aldermanic Almoners, Common Council Governors and Donation Governors of Christ's Hospital | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=206 | other |
850 | Lord Mayor's Show Ltd | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=850 | other |
1110 | Safer City Partnership Strategy Group | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=1110 | other |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE committees( id INTEGER NOT NULL, name VARCHAR(50), url VARCHAR(255), kind VARCHAR(50), PRIMARY KEY (id) );