Please download the data from BART-Ridership, and put the .csv files under the folder ./data/bart-ridership
.
The folder structure should be like the following
.
├── data
│ └── bart-ridership
│ ├── date-hour-soo-dest-2016.csv
│ ├── date-hour-soo-dest-2017.csv
│ └── station_info.csv
└── program
├── bart.ipynb
├── bart.py
└── output
├── bart_overview_1.pdf
├── bart_overview_2.pdf
├── bart_routes.pdf
└── bart_throughput.pdf
To execute the Python program, just go the project folder and then type the following script in the shell:
cd program
./bart.py