Lobbyist Data - Expenditures - Large
City of Chicago
@usgov.city_of_chicago_lobbyist_data_expenditures_large
City of Chicago
@usgov.city_of_chicago_lobbyist_data_expenditures_large
CREATE TABLE table_1 (
"expenditure_id" BIGINT,
"period_start" TIMESTAMP,
"period_end" TIMESTAMP,
"lobbyist_id" BIGINT,
"lobbyist_first_name" VARCHAR,
"lobbyist_middle_initial" VARCHAR,
"lobbyist_last_name" VARCHAR,
"action" VARCHAR,
"amount" DOUBLE,
"expenditure_date" VARCHAR,
"purpose" VARCHAR,
"recipient" VARCHAR,
"client_id" BIGINT,
"client_name" VARCHAR,
"created_date" TIMESTAMP
);
Anyone who has the link will be able to view this.