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

Analyzing Suicide Rate 1985 - 2016

Analysis of people around the world who commits suicide regardless of gender or age.

  • The dataset used for this progect is gotten from Kaggle.com
  • This dataset will be used to determine the total number of people that commits suicide per country.

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "Suicide Rates Overview 1985 to 2016-course-project-starter"
import jovian

Data Preparation and Cleaning

  • Stage one Data Preprocessing
import pandas as pd # importing the pandas library
import numpy as np # importing the numpy library