Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarathchandranpm/vehicle_theft_analysis
This project is a comprehensive data analysis of vehicle theft patterns, utilizing advanced SQL techniques to explore when, which, and where vehicles are most likely to be stolen. The analysis provides deep insights into vehicle theft characteristics through systematic, multi-dimensional exploration.
https://github.com/sarathchandranpm/vehicle_theft_analysis
data-analysis mysql sql
Last synced: 2 days ago
JSON representation
This project is a comprehensive data analysis of vehicle theft patterns, utilizing advanced SQL techniques to explore when, which, and where vehicles are most likely to be stolen. The analysis provides deep insights into vehicle theft characteristics through systematic, multi-dimensional exploration.
- Host: GitHub
- URL: https://github.com/sarathchandranpm/vehicle_theft_analysis
- Owner: SarathchandranPM
- Created: 2024-12-06T14:24:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:27:51.000Z (2 months ago)
- Last Synced: 2025-02-09T03:42:36.472Z (2 days ago)
- Topics: data-analysis, mysql, sql
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Summary: Vehicle Theft Analysis
This project is a comprehensive data analysis of vehicle theft patterns, utilizing advanced SQL techniques to explore when, which, and where vehicles are most likely to be stolen. The analysis provides deep insights into vehicle theft characteristics through systematic, multi-dimensional exploration.
### Project Strengths
- Detailed temporal analysis
- Vehicle type and characteristic investigation
- Geospatial theft pattern exploration
- Advanced SQL querying techniques
- Comprehensive data exploration### File-by-File Analysis
#### 1. `obj1_period_wise_analysis.sql`
Focuses on temporal patterns of vehicle theft:Key Analytical Approaches:
- Year-wise vehicle theft count
- Monthly theft distribution
- Day of the week theft analysis
- Uses date and time functions:
- `year()`
- `month()`
- `dayofweek()`
- Includes case statements for day name conversionInsights Generated:
- Temporal trends in vehicle theft
- Most vulnerable periods for vehicle theft#### 2. `obj2_type_wise_analysis.sql`
Explores vehicle characteristics and theft vulnerabilities:Key Analytical Techniques:
- Vehicle type frequency analysis
- Average vehicle age at theft
- Luxury vs. standard vehicle theft percentages
- Advanced JOIN and aggregation techniques
- Pivot table creation for color and vehicle type analysisComplex Query Highlights:
- Subqueries for percentage calculations
- Case statement transformations
- Detailed color and vehicle type mappingInsights Generated:
- Most stolen vehicle types
- Luxury vehicle theft propensity
- Color-based theft patterns#### 3. `obj3_region_wise_analysis.sql`
Investigates geographical aspects of vehicle theft:Key Analysis:
- Regional vehicle theft counts
- Population and density correlation with theft
- Location-based JOIN techniques