Finding Heavy Traffic Indicators on I-94
Describe the project and add links
What the project is about?
Your goal with this project:
"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. For instance, we may find out that the traffic is usually heavier in the summer or when it snows."
- Analyzing Traffic Volume (day vs night, businessdays vs weekends, time of the day).
- Finding the correlation of weather variables with the traffic volume.
- Making data visualization: scatter, line and bar graphs.
This is a guided project from the DataQuest, from the Path Probability and Statistics with Python
.
- data: dataset in
.csv
- images: pictures in
.png
- code: notebooks in Python saved as
.ipynb
The code was made and run in the DataQuest platform using:
- Jupyter Notebook
- pandas
- Matplotlib
Write about the dataset
Descriptions of the variables (source: Metro Interstate Traffic Volume Data Set):
holiday
: Categorical US National holidays plus regional holiday, Minnesota State Fairtemp
: Numeric Average temp in kelvinrain_1h
: Numeric Amount in mm of rain that occurred in the hoursnow_1h
: Numeric Amount in mm of snow that occurred in the hourclouds_all
: Numeric Percentage of cloud coverweather_main
: Categorical Short textual description of the current weatherweather_description
: Categorical Longer textual description of the current weatherdate_time DateTime
: Hour of the data collected in local CST timetraffic_volume
: Numeric Hourly I-94 ATR 301 reported westbound traffic volume