people
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
1,581 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE people (
id VARCHAR(50) NOT NULL,
name TEXT,
PRIMARY KEY (id)
);