Agency Spending By Budget Function
City of New York
@usgov.city_of_new_york_agency_spending_by_budget_function
City of New York
@usgov.city_of_new_york_agency_spending_by_budget_function
CREATE TABLE table_1 (
"publication_date" BIGINT,
"agency_code" BIGINT,
"agency_name" VARCHAR,
"budget_function" VARCHAR,
"budget_function_description" VARCHAR,
"row_id" VARCHAR,
"spending_type" VARCHAR,
"spending_type_description" VARCHAR,
"first_actual_fiscal_year" DOUBLE,
"year_1_actual" DOUBLE,
"year_2_actual" DOUBLE,
"year_3_actual" DOUBLE,
"first_plan_fiscal_year" BIGINT,
"plan_amount_year_1" BIGINT,
"plan_amount_year_2" BIGINT
);
Anyone who has the link will be able to view this.