Use Of ARRA Stimulus Funds
City of New York
@usgov.city_of_new_york_use_of_arra_stimulus_funds
City of New York
@usgov.city_of_new_york_use_of_arra_stimulus_funds
CREATE TABLE table_1 (
"project_name" VARCHAR,
"project_description" VARCHAR,
"stimulus_tracker_id" BIGINT,
"funding_category" VARCHAR,
"funding_source" VARCHAR,
"stimulus_funding" DOUBLE,
"displaced_city_funding" DOUBLE,
"all_other_funding" DOUBLE,
"award_lead_city_agency" VARCHAR,
"project_lead_city_agency" VARCHAR,
"project_status" VARCHAR,
"n__of_funds_spent" DOUBLE,
"date_funds_awarded_by_fed_state" TIMESTAMP,
"date_funds_announced_by_nyc" TIMESTAMP,
"estimated_start_date" TIMESTAMP,
"actual_start_date" TIMESTAMP,
"actual_completion_date" TIMESTAMP,
"interim_spending_deadline" TIMESTAMP,
"n__of_funds_to_be_spent_by_interim_spending_deadine" DOUBLE,
"final_spending_deadline" TIMESTAMP,
"contract_name" VARCHAR,
"contract_method" VARCHAR,
"contract_status" VARCHAR,
"contract_id" VARCHAR,
"vendor_name" VARCHAR,
"contract_start_date" VARCHAR,
"contract_end_date" VARCHAR,
"new_or_existing_contract" VARCHAR,
"revised_contract_start_date" TIMESTAMP,
"revised_contract_end_date" TIMESTAMP,
"contract_value" DOUBLE,
"payment_recipient" VARCHAR,
"payment_type" VARCHAR,
"payment_date" TIMESTAMP,
"payment_description" VARCHAR,
"payment_id" DOUBLE,
"payment_value" DOUBLE
);
Anyone who has the link will be able to view this.