An analytical project developed in RStudio to explore, visualize, and understand traffic patterns and congestion trends.
This project investigates traffic volume and flow patterns using statistical methods and data visualization in R. It applies data cleaning, exploratory data analysis (EDA), and correlation analysis to extract meaningful insights from real-world traffic datasets.
- RStudio
- tidyverse
- ggplot2
- dplyr
- lubridate
The dataset includes attributes such as:
Date,TimeVehicle_CountWeather_ConditionSpeed,Road_TypeRegion/Location
- Data Cleaning and Preprocessing
- Exploratory Data Analysis (EDA)
- Visualization of traffic trends and congestion
- Correlation and pattern discovery
- Peak congestion observed during morning and evening hours
- Weather conditions and weekdays significantly impact vehicle count
- Positive correlation between traffic volume and time of day
| File | Description |
|---|---|
traffic_analysis.R |
Main R script |
traffic_data.csv |
Dataset used for analysis |
Traffic_Report.docx |
Full project report with outputs |
Traffic_Insights.pdf |
Summary report containing visual findings |
📘 All outputs, graphs, and results are included in the report files.
Hemant Kumar M
📍 Newcastle upon Tyne, UK
📧 hihemantkumar786@gmail.com
🔗 GitHub: github.com/Hemant-Kumar786