https://github.com/andreaschandra/who-suicides-statistics
Exploratory Data Analysis for Suicides using Python
https://github.com/andreaschandra/who-suicides-statistics
data-analysis data-science eda python
Last synced: about 2 months ago
JSON representation
Exploratory Data Analysis for Suicides using Python
- Host: GitHub
- URL: https://github.com/andreaschandra/who-suicides-statistics
- Owner: andreaschandra
- Created: 2018-11-28T09:16:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T04:09:57.000Z (over 7 years ago)
- Last Synced: 2025-04-06T03:27:24.752Z (about 1 year ago)
- Topics: data-analysis, data-science, eda, python
- Language: Jupyter Notebook
- Size: 369 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# WHO Suicides Statistics
Exploratory Data Analysis using Python for Suicides Data almost World Wide
You can find the data [here](https://www.kaggle.com/szamil/who-suicide-statistics)
Variables in the data:
- country: Country like United States
- year: Year like 2016
- sex: Sex like Male and Female
- age: Age Group
- suicides_no: Number of suicides
- population: Number of all living people in that year and country
Number of suicides drastically drop in 2016

Number of suicides by gender

## but really? Check the data
Oh no! the data is not always available over time

Check the missing values over time!

There are a lot of missing values breakdown by country

Then, suicides is not really drop, but the availablity of our data that is not quite good. Always check your data first. The Quality of your data is important before doing analysis before you jump to conclusion.