Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new tables for Schedule and Ridership Data according to Schema defined in #1 #2

Open
VincentLa14 opened this issue May 21, 2019 · 2 comments
Assignees

Comments

@VincentLa14
Copy link
Member

VincentLa14 commented May 21, 2019

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
@VincentLa14 VincentLa14 changed the title Create new table according to schema design in #1 off of BaselineSB-Table1.csv Create new tables for Schedule and Ridership Data according to Schema defined in #1 May 23, 2019
@VincentLa14
Copy link
Member Author

@jeremymiller00 : ridership.csv
@jonobate / @katelynrwalker : schedule.csv

@jeremymiller00
Copy link
Collaborator

The ridership data is done. See data/Ridership/ridership.csv. There is a notebook to play with and an executable script for convenience. Right now data are tagged by time of day, since I don't have to hourly distributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants