Learn practical skills, build real-world projects, and advance your career

Suicides in India

About 800000 people die by suicide everywhere across the world and in India alone more than 135000 which is 17% of the total deaths. Though the suicide rate in India is decreasing but the total deaths is still high. In this project, I have looked into suicide data of India from year 2001-2012 and have analysed suicide rate , cause of deaths, deaths in different age-groups, deaths amongst different genders etc.

This dataset was taken from Kaggle datasets. I am using Pandas library to parse and analyze data and using Matplotlip and Seaborn for visualizations. This project was part of the course Zero to Pandas.

project_name = "suicides-in-india"
!pip install jovian --upgrade -q
import jovian
jovian.commit(files=['india-suicide.csv'])