This project analyzes gender-based violence (GBV) data in Kenya. The dataset is sourced from Kaggle and contains information on violence against women and girls worldwide. This project focuses specifically on filtering and analyzing the data for Kenya.
- Introduction
- Data Source
- Project Structure
- Data Analysis
- Findings
- Dependencies
- Usage
- Contributing
- License
Gender-based violence is a critical issue that affects individuals worldwide. This project aims to shed light on the situation in Kenya by analyzing data on incidents of violence against both males and females. The analysis includes the number of victims by gender and the reasons for the violence.
The dataset used in this project is obtained from Kaggle:
The project directory contains the following files:
README.md
: Project documentationgender_based_violence_analysis.ipynb
: Jupyter notebook containing the data analysisdata/
: Directory containing the original and processed datasetsviolence_data.csv
: Original datasetkenya_violence_data.csv
: Filtered dataset for Kenya
The analysis is performed in the gender_based_violence_analysis.ipynb
notebook. The steps include:
- Loading the dataset
- Filtering the data for Kenya
- Analyzing the number of victims by gender
- Investigating the reasons for violence
The key findings from the analysis are:
- The distribution of gender-based violence incidents by gender in Kenya
- The primary reasons for gender-based violence in Kenya
The project requires the following Python libraries:
- pandas
- numpy
- matplotlib
- seaborn
- jupyter
You can install these dependencies using the following command:
pip install pandas numpy matplotlib seaborn jupyter