Skip to content

This repository is for the final project of COSC 5010 Data Science for Security.

License

Notifications You must be signed in to change notification settings

jinlibao/bart-ridership

Repository files navigation

COSC 5010 Final Project — Data Mining in Public Transportation

DOI

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

About

This repository is for the final project of COSC 5010 Data Science for Security.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages