Create three CSV Files:
schedule.csv
Columns:
| train_id |
time_departs |
time_arrives |
origin_id |
origin_name |
dest_id |
destination_name |
scenario |
ridership.csv
| Hour |
origin_id |
origin_name |
dest_id |
Scenario |
Ridership Number |
(Will require assumptions to go from Time Bucket to Hour)
aggregated.csv
| Hour |
origin_id |
origin_name |
dest_id |
scenario |
Min Wait at Origin Station |
Average Wait at Origin Station |
Max Wait at Origin Station |
Min Length of Journey |
Average Length of Journey |
Max Length of Journey |
CO2 Emissions |
Ridership Number |
Create three CSV Files:
schedule.csv
Columns:
ridership.csv
(Will require assumptions to go from Time Bucket to Hour)
aggregated.csv