Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shwetajoshi601/world-bank-data-analysis

An Exploratory Data Analysis on the World Bank Dataset.
https://github.com/shwetajoshi601/world-bank-data-analysis

analysis data-science eda python3 world-bank-api worldbank

Last synced: about 2 months ago
JSON representation

An Exploratory Data Analysis on the World Bank Dataset.

Awesome Lists containing this project

README

        

# Exploratory Data Analysis on the World Bank Dataset.

The main objective of this project is to perform an Exploratory Data Analysis on the World Bank Dataset available through open [Web APIs](https://datahelpdesk.worldbank.org/knowledgebase/articles/889392-api-documentation).

The World Bank data consists of demographic and other statistical data related to Population, Employment, Health, GDP, Energy Consumption, etc. for all the countries from the year 1960 to 2018. We have selected certain indicators for this analysis and collected the data through API calls.

* The data has been first pre-processed and cleaned.
* The cleaned data has been stored into different CSV files. For convenience, the repository contains the CSV files with the cleaned data.
* All the pre-processing and analysis steps have been written in a single [Jupyter Notebook](https://github.com/shwetajoshi601/world-bank-data-analysis/blob/master/world-bank-data-eda.ipynb)