https://github.com/bho0920/crime-data-analysis-eu
Crime Data Analysis for Self-Defense Tool Market Entry in the EU.
https://github.com/bho0920/crime-data-analysis-eu
data data-analysis sql sqlite tableau
Last synced: about 1 year ago
JSON representation
Crime Data Analysis for Self-Defense Tool Market Entry in the EU.
- Host: GitHub
- URL: https://github.com/bho0920/crime-data-analysis-eu
- Owner: bho0920
- License: mit
- Created: 2025-02-06T09:33:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T09:49:28.000Z (over 1 year ago)
- Last Synced: 2025-04-12T14:46:50.066Z (about 1 year ago)
- Topics: data, data-analysis, sql, sqlite, tableau
- Homepage:
- Size: 732 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Crime Data Analysis for Self-Defense Tool Market Entry in the EU
## π Project Overview
A self-defense tools company is considering expanding into the European Union (EU). This project analyzes crime trends in five of the largest EU economiesβ**Germany, France, Italy, Spain, and the Netherlands**βfocusing on **Intentional Homicide, Sexual Violence, and Theft** between **2019 and 2022**. Using data from Eurostat, SQLite for processing, and Tableau for visualization, this study identifies high-risk regions and provides recommendations on **which countries to target and what self-defense products to export**.
---
## π Project Structure
```
Crime-Data-Analysis-EU/
β-- data/ # Raw & processed datasets
β β-- crime.db # SQLite database
β β-- IntentionalHomicide.csv # Original CSV file
β β-- SexualViolence.csv # Original CSV file
β β-- Theft.csv # Original CSV file
β
β-- visuals/ # Visualizations using Tableau
β β-- IntentionalHomicide.png
β β-- SexualViolence.png
β β-- Theft.png
β
β-- scripts/ # Code files
β β-- crime_analysis(1~6).sql # SQL queries used
β
β-- report/ # Case study & findings
β β-- Crime Data Analysis for Self-Defense Tool Market Entry in the EU.pdf # Final report
β β-- Crime Data Analysis for Self-Defense Tool Market Entry in the EU.md # Markdown version
β
β-- README.md # Overview of the project
β-- LICENSE # License file
```
---
## π Data & Methodology
### π **Data Source**
- The dataset was obtained from [Eurostat](https://ec.europa.eu/eurostat/databrowser/view/crim_off_cat/default/table?lang=en) under "Police-recorded offences by offence category."
- Data is measured **per 100,000 inhabitants** for standardization.
### π **Tools & Technologies Used**
- **SQLite** β For data processing and structuring.
- **Tableau** β For visualization.
- **GitHub** β For version control and project sharing.
---
## π Key Findings
### **1οΈβ£ Intentional Homicide Trends**
- France had the **highest homicide rates** (1.03β1.21 per 100,000 inhabitants).
- Italy had the **lowest homicide rates** (0.48β0.55 per 100,000 inhabitants).
- Germany, Spain, and the Netherlands remained **stable with minor fluctuations**.
### **2οΈβ£ Sexual Violence Trends**
- France had the **highest sexual violence rates**, reaching **126.08 per 100,000** in 2022.
- Germany showed **a steady increase**, reaching **59.7 per 100,000** in 2022.
- Italy had significantly **lower rates** (<12 per 100,000).
- Spain and the Netherlands showed **gradual increases**.
### **3οΈβ£ Theft Trends**
- France had the **highest theft rates** (peaking at **2143.76 per 100,000** in 2019).
- Germany saw a dip in 2021 but **rose again in 2022**.
- Italy and the Netherlands showed a **recovery in theft rates post-2020**.
- Spain had the **lowest theft rates** but still experienced fluctuations.
---
## π Market Recommendations
### π― **Target Market Selection**
- **France** β Top priority due to **high sexual violence and theft rates**.
- **Germany** β Strong secondary target due to **rising sexual violence and theft**.
- **Netherlands** β Moderate opportunities, particularly for **anti-theft products**.
- **Italy & Spain** β Lower crime rates, **less urgent targets**.
### π‘ **Recommended Self-Defense Products**
- **For France & Germany**: **Personal safety tools** like **personal alarms, pepper sprays (where legal), and self-defense classes**.
- **For The Netherlands & Germany**: **Anti-theft solutions** like **smart locks, GPS trackers, and RFID-blocking wallets**.
- **For all countries**: Awareness campaigns and **partnerships with security firms**.
---
## π How to Use This Repository
### π₯ **Clone the Repository**
```bash
git clone https://github.com/byeonghomun/Crime-Data-Analysis-EU.git
cd Crime-Data-Analysis-EU
```
### π **View Visualizations**
Check the `/visuals/` folder for Tableau-generated crime trend charts.
### π **Read the Full Report**
The case study findings are available in `/report/crime_analysis_case_study.pdf`.
---
## π Next Steps
- πΉ Research **self-defense product laws** in each target country.
- πΉ Conduct **consumer safety awareness surveys**.
- πΉ Establish **partnerships with local retailers and security firms**.
---
## π License
This project is open-source under the [MIT License](LICENSE).
---
## π Contributing
Feel free to **fork this repo**, submit **pull requests**, or open **issues** for improvements!