Docker build for world dev indicators repo.
230
A repository to analyze world development indicators 🌎
The World Development Indicators from the World Bank contain over a thousand annual indicators of economic development from hundreds of countries around the world.
Is higher percentage of Rural population (% of total population) in a country linked to less Agricultural machines (tractors)? Or is the reverse true?
Does higher Merchandise exports by the reporting economy (current USD) imply a larger GDP per capita (current USD) of a country?
These are some of the questions to which I want to seek answers through this dataset provided by the world bank.
I plan to make my analysis reproducible so as to ease the tasks of those contributors interested in helping me expand the set of questions that can be asked given this dataset.
In the end I will provide some plots and figures which can be interepreted in the context of the intended hypotheses questions.
The following hypotheses will be tested (list will be expanded):
The data is taken from Kaggle's World Development Indicator Dataset for the convenince of the contributors I have stored the data on Google Cloud Buckets. This can easily be downloaded by running download_data.py python script in /src folder. This data has been provided by the worldbank.
Released Under World Bank Dataset Terms of Use.
Navigate into this folder "world-dev-indicators" through command line.
Type:
make clear_all
This will clear all the result files which come with this repo.
Now, type:
make all
This will run all the scripts in the src/ folder as per the sequence in Makefile and render the analysis in the results/ folder.
Download from Docker
docker pull simransethi/world-dev-indicators
Clean, so that you can build from start:
docker run --rm -v **insert-location-to-repo-in-your-local-system**:/home/world-dev-indicators simransethi/world-dev-indicators make -C '/home/world-dev-indicators' clear_all
Run the whole analysis:
docker run --rm -v **insert-location-to-repo-in-your-local-system**:/home/world-dev-indicators simransethi/world-dev-indicators make -C '/home/world-dev-indicators' all
The final report is rendered at this location: doc/final_report/
[Attribution: Dependency graph generated using this software]
Content type
Image
Digest
Size
849.6 MB
Last updated
over 8 years ago
docker pull simransethi/world-dev-indicators