Skip to content

yaswanthkn22/UN-data-analytics

Repository files navigation

Analytics of UN Population

Description

  • To convert raw open data, country and year wise population estimates in this case, into charts that tell some kind of story.

Data Source

  • The data for this project is sourced from here


Problems


1: India population over years - Bar Plot Make a Bar Plot of 'population of India' vs. years.

2: For the year 2014. Bar Chart of population of ASEAN countries ASEAN is a collection of South East Asian countries. Plot a Bar Chat of the population of these countries. Only use data for the year 2014

3: Over the years, TOTAL population of SAARC countries In this case for each year you have to calculate the sum of the population of all SAARC countries. Then plot a BAR CHART of Total SAARC population vs. year.

4: In grouped bar charts we can group together may related bar of a single value of the x-axis. You have to plot population of ASEAN countries as groups over the years 2004 - 2014.


Prerequisites


  • python3

  • pip installer


Instructions


  • download the required packages from requirement.txt file
  •       pip install -r requirement.txt
    
  • Download and run the corresponding programs of each question
  • run the following command if you get no gui found or 'TkAgg' module not found
  •   sudo apt-get install python-tk
    

Credits

  • This project is done by Yaswanth K N
  • Speacial mention to the data contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages