Skip to content

GDP analysis using Pandas & Seaborn python on World bank GDP data (Europe)

Notifications You must be signed in to change notification settings

Retheshgoud/GDP_analysis-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GDP_analysis

GDP analysis using Pandas and Seaborn python on World bank GDP data (Europe)

The gross domestic product (GDP) data for 10 central and eastern European countries, the analysis was prepared based on the World Bank Data, particularly the dataset World Development Indicatiors was utilized. This set contains many different economic development indicators you can choose from. For simplicity, I focused on four of them: GDP per capita ( US$), GDP per capita growth (annual %), GDP growth (annual %), GDP (current US$).

With Pandas Pandas - Data cleaning, manipulation and data transformation was done. easy-to-use data structures and data analysis tools for python. Additionally, there are many visualizations, where some of them were prepared with matplotlib but regression plots and bar plots were created with seaborn library. Basic Pandas concepts implemented in the project: data frames, data transformations with apply function, reshaping and pivot tables etc.

Project description

analyzing four GDP factors:

  • GDP per capita ( US$)
  • GDP per capita growth (annual %)
  • GDP growth (annual %)
  • GDP (current US$)

Project structure

The project contains two files, first contains raw CSV data taken from World Bank website. The second file is python script with all the pandas and seaborn code:

  • Europe_GDP.csv - data file, generated from World Bank Development Indicators
  • pandas_GDP.py - main file with analysis and plots

References and data collected

About

GDP analysis using Pandas & Seaborn python on World bank GDP data (Europe)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages