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

About me: Hi everyone, my name is Jayesh Shaw and I am currently a Class 10th student residing on West Bengal, India. I am currently pursuing a dream of becoming a Data Scienctist.

Project Title - World Population Analysis

This project is an exploratory data analysis on the World Population. Here, I will tell you how population blast is affecting India, especially is natural resources and Wildlife adversly. Here, I will use 4 very-useful python libraries namely, Numpy, Pandas, Matplotlib and Seaborn. Well, I have learned all of these in a very beginner-friendly course in Jovian.ml. Its a great platform for learning basic-data analysis. Note: You may see some warnings after visualisations. Please ignore it as the function has been gone outdated after writing I've done the whole project.

This dataset is avaliable at World-o-meters.info.

project_name = "EDA_World_Population" #Name of the project
!pip install jovian --upgrade -q
import jovian