Python,Data Analysis,Data Cleaning
In this project, we're going to analyze a dataset about the westbound traffic on the I-94 Interstate highway.
The goal of our analysis is to determine a few indicators of heavy traffic on I-94. These indicators can be weather type, time of the day, time of the week, etc.
- python,Pandas,NumPy,Matplotlib
John Hogue made the dataset available that we'll be working with, and you can download it from the UCI Machine Learning Repository.
Files in this repository:
File / Folder | Description |
---|---|
i94.png | i94 Image |
Metro_Interstate_Traffic_Volume.csv | John Hogue made the dataset available that we'll be working with, and you can download it from the UCI Machine Learning Repository. |
Indicators of Heavy Traffic on I-94.ipynb | Analysis to determine a few indicators of heavy traffic on I-94. These indicators can be weather type, time of the day, time of the week, etc. |
README | Readme file |
Clone the repository into a local machine using
git clone https://github.com/AvinashBolleddula/Finding-Heavy-Traffic-Indicators-on-I-94
These are the prerequisites to run the program.
- python 3.8.3,Pandas,NumPy,Matplotlib
Avinash B - avinash.bolleddula@gmail.com
Project Link: https://github.com/AvinashBolleddula/Finding-Heavy-Traffic-Indicators-on-I-94