Vande Bharat, Indian Railways
Dataset contains list of 25 Vande Bharat that are in service as of July 2023
@kaggle.anirudhkulkarni455_vande_bharat
Dataset contains list of 25 Vande Bharat that are in service as of July 2023
@kaggle.anirudhkulkarni455_vande_bharat
Dataset contains information about Train 18(Official known as Vande Bharat), its services, top speed, avg speed, Railway Zone etc.You will also find Duration, Date of Inauguration, Train Numbers and more to help with data.
Note: -
1)CSMT - Madgaon Vande Bharats are essentialy one train, with 2 different timing depending on the season i.e Monsoon or Non-Monsoon
2)Karasgod - Thiruvananthapuram Vande Bharats are 2 different trains with different colors
3)NULL values in the Occupancy means that data is not available for that Train
CREATE TABLE vande_bharat_jan_2024_vande_bharat (
"sr_no" BIGINT -- Sr. No.,
"train_name" VARCHAR,
"train_number" VARCHAR,
"originating_city" VARCHAR,
"originating_station" VARCHAR,
"terminal_city" VARCHAR,
"terminal_station" VARCHAR,
"operator" VARCHAR,
"no_of_cars" BIGINT -- No. Of Cars,
"frequency" VARCHAR,
"distance" VARCHAR,
"travel_time" VARCHAR,
"speed" VARCHAR,
"average_speed" VARCHAR,
"inauguration" VARCHAR,
"average_occupancy" VARCHAR,
"color" VARCHAR
);Anyone who has the link will be able to view this.