Delhi Metro Dataset
"Comprehensive Data on Delhi Metro Stations, Distances, Lines, and Opening Years
@kaggle.arunjangir245_delhi_metro_dataset
"Comprehensive Data on Delhi Metro Stations, Distances, Lines, and Opening Years
@kaggle.arunjangir245_delhi_metro_dataset
CREATE TABLE delhi_metro (
"id_station_id" BIGINT,
"station_names" VARCHAR,
"dist_from_first_station_km" DOUBLE,
"metro_line" VARCHAR,
"opened_year" VARCHAR,
"layout" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.