This dataset, shinkansen_stations_tbl_df, is a tibble containing information about 113 Shinkansen train stations across Japan. Each row represents a station and includes its name, the Shinkansen line it belongs to, the year it opened, the prefecture it is located in, the distance from Tokyo Station in kilometers, and the operating company. The dataset preserves the original structure from its source on Kaggle.
Usage
data(shinkansen_stations_tbl_df)
Format
A tibble with 113 observations and 6 variables:
- Station_Name
Name of the Shinkansen station (character)
- Shinkansen_Line
Name of the Shinkansen line (character)
- Year
Year the station opened (numeric)
- Prefecture
Prefecture in which the station is located (character)
- Distance from Tokyo st
Distance from Tokyo Station in kilometers (numeric)
- Company
Operating company of the station (character)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/japandata509/shinkansen-stations-in-japan