Participatory Budgeting Projects
City of New York
@usgov.city_of_new_york_participatory_budgeting_projects
City of New York
@usgov.city_of_new_york_participatory_budgeting_projects
CREATE TABLE table_1 (
"vote_year" BIGINT,
"council_district" VARCHAR,
"category" VARCHAR,
"project_number" DOUBLE,
"title" VARCHAR,
"description" VARCHAR,
"address" VARCHAR,
"votes" DOUBLE,
"winner" BIGINT,
"cost" DOUBLE,
"bp_funding" DOUBLE,
"borough_code" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"postcode" DOUBLE,
"community_board" VARCHAR,
"census_tract" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"nta" VARCHAR
);
Anyone who has the link will be able to view this.