Baselight

Delhi Metro Dataset

"Comprehensive Data on Delhi Metro Stations, Distances, Lines, and Opening Years

@kaggle.arunjangir245_delhi_metro_dataset

Loading...
Loading...

About this Dataset

Delhi Metro Dataset

  1. ID (Station ID):

    • Description: Unique identifier for each metro station in the dataset.
  2. Station Name:

    • Description: The name of the metro station.
  3. Distance from First Station (Distance in km):

    • Description: The distance of the station from the first station on the metro line, measured in kilometers.
  4. Metro Line:

    • Description: The specific metro line to which the station belongs.
  5. Opened (Year):

    • Description: The year in which the metro station was opened for public use.
  6. Layout:

    • Description: The layout or design of the station (underground, elevated, ground-level, etc.).
  7. Latitude:

    • Description: The geographic latitude coordinate of the metro station.
  8. Longitude:

    • Description: The geographic longitude coordinate of the metro station.

Tables

Delhi Metro

@kaggle.arunjangir245_delhi_metro_dataset.delhi_metro
  • 16.66 KB
  • 285 rows
  • 8 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.