NYSBIP School Bus Projects: Beginning 2023
State of New York
@usgov.state_of_new_york_nysbip_school_bus_projects_beginning_2023
State of New York
@usgov.state_of_new_york_nysbip_school_bus_projects_beginning_2023
CREATE TABLE table_1 (
"reporting_period" TIMESTAMP,
"application_number" BIGINT,
"status" VARCHAR,
"date_project_approved" TIMESTAMP,
"date_closed" TIMESTAMP,
"school_district_name" VARCHAR,
"third_party_operator_name" VARCHAR,
"dealer_name" VARCHAR,
"priority_school_district_ind" BIGINT,
"located_in_a_dac" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"county" VARCHAR,
"census_tract" DOUBLE,
"school_bus_status" VARCHAR,
"type_of_school_bus" VARCHAR,
"school_bus_make" VARCHAR,
"school_bus_model" VARCHAR,
"model_year" DOUBLE,
"school_bus_weight_class" VARCHAR,
"fuel_type" VARCHAR,
"school_bus_count" BIGINT,
"incentive_amount" DOUBLE,
"georeference" VARCHAR
);
Anyone who has the link will be able to view this.