Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shwetajoshi601/world-bank-data-analysis
- Owner: shwetajoshi601
- Created: 2020-04-08T18:27:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T23:07:48.000Z (over 4 years ago)
- Last Synced: 2024-06-11T20:43:27.338Z (7 months ago)
- Topics: analysis, data-science, eda, python3, world-bank-api, worldbank
- Language: Jupyter Notebook
- Size: 357 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)