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

--World Population Data Analysis 2021--

----------------------------------------------------------

alt

A population is a distinct group of individuals, whether that group comprises a nation or a group of people with a common characteristic. In statistics, a population is the pool of individuals from which a statistical sample is drawn for a study. In demographics, the world population is the total number of humans currently living, and was estimated to have reached 7,800,000,000 people as of March 2020. It took over 2 million years of human prehistory and history for the world's population to reach 1 billion, and only 200 years more to reach 7 billion.

We have wondered that how many are we in this world?We know peoples only from our locality and socialmedia and so on. These are very few in numbers. From the analysis of the world population dataset we will be able to know which coutries has the largest population, does the country have enough area for its people, growthrate of population, what is the reason for these much population etc can be researched.

So now let's try to find out with this notebook in here we will mainly analyze:

  • the population,
  • the extension of the countries,
  • the population density,
  • the percentage of growth,
  • the % of the world's population made up of the various countries
import jovian
jovian.commit(project='World Population Data Analysis')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "arshadmuhammed813/world-population-data-analysis" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ai/arshadmuhammed813/world-population-data-analysis

Downloading the Dataset

Let's download the data required for analysing the world popuplation. The data is downloaded from www.kaggle.com
It contains all th datas required for analysis.

!pip install jovian opendatasets --upgrade --quiet