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

11 rows where kind = "consultative"

✎ View and edit SQL

This data as json, CSV (advanced)

kind 1 ✖

  • consultative · 2 ✖
id ▼ name url kind
1251 Epping Forest Joint Consultative Committee http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=1251 consultative
1253 Epping Forest Consultative Committee http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=1253 consultative

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