Project 76 - Data Science - Data Import, Cleaning, and EDA Analysis - Crash Patterns (TARP Week 1-3)#1734
Open
khalidatdeakin wants to merge 21 commits intomasterfrom
Open
Project 76 - Data Science - Data Import, Cleaning, and EDA Analysis - Crash Patterns (TARP Week 1-3)#1734khalidatdeakin wants to merge 21 commits intomasterfrom
khalidatdeakin wants to merge 21 commits intomasterfrom
Conversation
Added initial project folder and placeholder file inside Playground/KhalidT12026/Traffic_Accident_Prediction
- Imported Victorian crash dataset - Explored dataset structure and columns - Identified key variables - Created data dictionary
Imported Pedestrian and Bicycle dataset from MOP API and notebook cre…
Pedestrian and Bicycle Data Cleaning
Collaborator
Author
|
Hi team, PR created from branch Khalid_TARP into main as per recommended workflow. Please review. |
Collaborator
Author
|
Hi team, just to note that this pull request includes collaborative work from both myself and Suba. In addition to the crash data EDA, it also incorporates Suba’s contributions on the pedestrian and bicycle datasets, including data import and data cleaning. All technical checks have passed for this PR. Please review when available. Thank you! |
Collaborator
|
PR reviewed by internal team member and waiting for approval from Leaders with writing access |
Made few changes in Data collection & cleaning and EDA completed for Pedestrian & Bicycle Data
- Created temporal features (hour_of_day, day_of_week, weekend_flag, rush_hour) - Added derived features (time_period, week_part, speed_zone_numeric) - Performed validation checks - Saved feature-engineered dataset
Mobility features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes the Exploratory Data Analysis (EDA) for crash data as part of TARP Week 3, performed after necessary data import and cleaning activities.
Key contributions:
The analysis highlights peak accident periods (morning and evening commuting hours), increased risk towards the end of the week (Friday), and concentration of accidents in urban areas and major transport corridors.
Branch: Khalid_TARP
Target: master