India Special Trains Dataset (2020-2021)
Train data with route, distance, timetable changes etc.
@kaggle.noobidoobidoo_india_special_trains_dataset_2020_2021
Train data with route, distance, timetable changes etc.
@kaggle.noobidoobidoo_india_special_trains_dataset_2020_2021
CREATE TABLE scraped (
"unnamed_0" BIGINT,
"train_id" VARCHAR,
"name" VARCHAR,
"railway_zone" VARCHAR,
"changes" VARCHAR,
"start_date" VARCHAR,
"src_station" VARCHAR,
"start_time" VARCHAR,
"desc_station" VARCHAR,
"end_time" VARCHAR,
"duration" VARCHAR,
"expected_duration" BIGINT,
"running_days" VARCHAR,
"class_types" VARCHAR,
"distance" VARCHAR,
"average_speed" VARCHAR,
"coach_order" VARCHAR,
"train_route" VARCHAR
);
Anyone who has the link will be able to view this.