train | R Documentation |
This data set provides a comprehensive hourly summary of patronage at each train station in Victoria for the fiscal year 2023-2024. The number of patronage is definded by the total number of boarding and alighting at each station. This data set includes detailed breakdowns by day types such as weekdays, weekends, and holidays (including school and public holidays). Note the influence of station closures which may skew or omit data on particular days.
data(train)
A data frame with each row representing aggregated monthly data per station, containing:
Name of the train station.
Operating hour ranging from 5AM to 12PM.
Longitude of the train station.
Latitude of the train station.
Number of unique services passing through the station.
Transportation mode, such as 'Metro', 'VLine', or both.
Minimum hourly patronage on a typical weekday.
Maximum hourly patronage on a typical weekday.
Minimum hourly patronage on weekends.
Maximum hourly patronage on weekends.
Minimum hourly patronage during school and public holidays.
Maximum hourly patronage during school and public holidays.
Stations with incomplete entries due to closure are not included in this dataset.
https://discover.data.vic.gov.au/dataset/train-service-passenger-counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.