- Haixin Liu
- Hanghai Li
This project analyzes MTA Daily Ridership Data to examine COVID-19 recovery patterns across different transit modes in New York City. We explore how subway, bus, and commuter rail ridership has changed over time and compare the recovery rates of different transportation methods.
- How has MTA ridership recovered since COVID-19 across different transit modes?
- Which transit modes have recovered faster - subway, bus, or commuter rail?
- Are there seasonal patterns in the ridership recovery?
- Source: MTA Daily Ridership Data
- Updated: Daily
- Clone this repository:
git clone https://github.com/advanced-computing/bouncing-penguin.git - Create virtual environment:
python -m venv .venv - Activate virtual environment:
- Mac/Linux:
source .venv/bin/activate - Windows:
.venv\Scripts\activate
- Mac/Linux:
- Install dependencies:
pip install -r requirements.txt
Open mta_ridership_project.ipynb in Jupyter Notebook or VS Code to run the analysis.