MADS_SIADS699_Fall2022_I:heart:NY
Malarvizhi Veerappan, Hyunwoo Kim, Rajesh Panchu
Description
This project aims to analyze access to transport infrastructure in the city of New York and assess whether the transport systems are accessible to all types of populations, especially those from lower socioeconomic backgrounds and other vulnerable populations.
Data Sources and Analyses
The project primarily consists of three sets of analyses as follows:
-
1. Analyses on taxi trip data, sourced from the NYC Taxi and Limousine Commission (TLC)
2. Analyses on subway ride data, sourced from the NYC Metropolitan Transportation Authority (MTA)
3. Analyses on socioeconomic data, sourced from the NYU Furman Center
Raw and processed data files are stored in the "data" folder under the respective folder so that the processes and analyses in the notebooks can be replicated.
Installation
To run the notebooks, please clone or fork this repo and install the required packages by running the following command:
pip install -r requirements.txt
Interactive Notebooks
The notebooks with interactive visualizations can be run on a virtual environment provided by Google Colab.
Here are the available notebooks:
Here is the instruction of how to run the interactive notebooks:
-
1. Choose the topic of your interest from the list above and click the link to open the Google Golab notebook.
2. Run the first code cell in the notebook to install requirements. It will clone our GitHub repository in the virtual environment, so please only run it once during the same session/runtime; otherwise it will keep creating a clone.
3. Restart runtime when you see the following message after installation is completed:
You must restart the runtime in order to use newly installed versions.
4. Now you can run any code cell except the first one and explore our interactive visualizations!