Skip to content

codegirl254/Gender_Based_Violence_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gender-Based Violence Analysis in Kenya

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.

Table of Contents

Introduction

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.

Data Source

The dataset used in this project is obtained from Kaggle:

Project Structure

The project directory contains the following files:

  • README.md: Project documentation
  • gender_based_violence_analysis.ipynb: Jupyter notebook containing the data analysis
  • data/: Directory containing the original and processed datasets
    • violence_data.csv: Original dataset
    • kenya_violence_data.csv: Filtered dataset for Kenya

Data Analysis

The analysis is performed in the gender_based_violence_analysis.ipynb notebook. The steps include:

  1. Loading the dataset
  2. Filtering the data for Kenya
  3. Analyzing the number of victims by gender
  4. Investigating the reasons for violence

Findings

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

Dependencies

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published