Ten-Year Capital Strategy
City of New York
@usgov.city_of_new_york_ten_year_capital_strategy
City of New York
@usgov.city_of_new_york_ten_year_capital_strategy
CREATE TABLE table_1 (
"published_date" BIGINT,
"project_type" VARCHAR,
"project_type_description" VARCHAR,
"ten_year_plan_category" VARCHAR,
"funding_type" VARCHAR,
"first_fiscal_year" BIGINT,
"fiscal_year_1_amount" BIGINT,
"fiscal_year_2_amount" BIGINT,
"fiscal_year_3_amount" BIGINT,
"fiscal_year_4_amount" BIGINT,
"fiscal_year_5_amount" BIGINT,
"fiscal_year_6_amount" BIGINT,
"fiscal_year_7_amount" BIGINT,
"fiscal_year_8_amount" BIGINT,
"fiscal_year_9_amount" BIGINT,
"fiscal_year_10_amount" BIGINT,
"ten_year_total" DOUBLE
);
Anyone who has the link will be able to view this.