New York City Bus Breakdown And Delays
New York City Bus Breakdown and Delays (2015 - 2022)
@kaggle.mattop_new_york_city_bus_breakdown_and_delays
New York City Bus Breakdown and Delays (2015 - 2022)
@kaggle.mattop_new_york_city_bus_breakdown_and_delays
CREATE TABLE bus_breakdowns_delays (
"school_year" VARCHAR,
"busbreakdown_id" BIGINT,
"run_type" VARCHAR,
"bus_no" VARCHAR,
"route_number" VARCHAR,
"reason" VARCHAR,
"schools_serviced" VARCHAR,
"occurred_on" VARCHAR,
"created_on" VARCHAR,
"boro" VARCHAR,
"bus_company_name" VARCHAR,
"how_long_delayed" VARCHAR,
"number_of_students_on_the_bus" BIGINT,
"has_contractor_notified_schools" VARCHAR,
"has_contractor_notified_parents" VARCHAR,
"have_you_alerted_opt" VARCHAR,
"informed_on" VARCHAR,
"incident_number" VARCHAR,
"last_updated_on" VARCHAR,
"breakdown_or_running_late" VARCHAR,
"school_age_or_prek" VARCHAR
);
Anyone who has the link will be able to view this.