{"id":28317975,"url":"https://github.com/simrnsethi/world-dev-indicators","last_synced_at":"2026-05-17T11:32:48.005Z","repository":{"id":50208528,"uuid":"112958934","full_name":"simrnsethi/world-dev-indicators","owner":"simrnsethi","description":"Hypothesis Testing on World Development Indicators Dataset 🌎","archived":false,"fork":false,"pushed_at":"2022-12-07T23:49:46.000Z","size":1385,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T03:52:03.579Z","etag":null,"topics":["dataset","docker","hypotheses","makefile","series","worldbank"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simrnsethi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-03T19:57:52.000Z","updated_at":"2018-06-08T17:56:56.000Z","dependencies_parsed_at":"2023-01-25T00:30:13.713Z","dependency_job_id":null,"html_url":"https://github.com/simrnsethi/world-dev-indicators","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/simrnsethi/world-dev-indicators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrnsethi%2Fworld-dev-indicators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrnsethi%2Fworld-dev-indicators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrnsethi%2Fworld-dev-indicators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrnsethi%2Fworld-dev-indicators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simrnsethi","download_url":"https://codeload.github.com/simrnsethi/world-dev-indicators/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrnsethi%2Fworld-dev-indicators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33136731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataset","docker","hypotheses","makefile","series","worldbank"],"created_at":"2025-05-25T07:11:18.564Z","updated_at":"2026-05-17T11:32:48.001Z","avatar_url":"https://github.com/simrnsethi.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Docker Build Status](https://img.shields.io/docker/build/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/simransethi/world-dev-indicators/) \n[![Docker Automated build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/simransethi/world-dev-indicators/)\n\n\n\n# World Development Indicators Analysis\nA repository to analyze world development indicators 🌎\n\nThe World Development Indicators from the World Bank contain over a thousand annual indicators of economic development from hundreds of countries around the world.\n\n## Questions ❓\n\n\u003e Is higher percentage of Rural population (% of total population) in a country linked to less Agricultural machines (tractors)? Or is the reverse true? \n\u003e \n\u003e Does higher Merchandise exports by the reporting economy (current USD) imply a larger GDP per capita (current USD) of a country?\n\nThese are some of the questions to which I want to seek answers through this dataset provided by the world bank.\n\nI 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.\n\nIn the end I will provide some plots and figures which can be interepreted in the context of the intended hypotheses questions.\n\n## Hypotheses 🔍\n\nThe following hypotheses will be tested (list will be expanded):\n\n1. _More_ CO2 emissions from gaseous fuel consumption (% of total) leads to _more_  SP2.5 particulate matter in the air (Annually).\n2. _Higher_ life expectancy at birth is true for countries with _higher_ GDP (in US$)\n3. _More_ Hospital beds (per 1,000 people) leads to _lower_ mortality rates.\n\n## Data Sources 📂\n\nThe data is taken from [Kaggle's World Development Indicator Dataset](https://www.kaggle.com/worldbank/world-development-indicators/data) 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.\n\nReleased Under [**World Bank Dataset Terms of Use**](http://web.worldbank.org/WBSITE/EXTERNAL/0,,contentMDK:22547097~pagePK:50016803~piPK:50016805~theSitePK:13,00.html).\n\n1. [Country.csv](https://storage.googleapis.com/data-world-dev/Country.csv): This data file has information regarding the different parameters on which all the countries in this dataset have been classified by worldbank.\n2. [CountryNotes.csv](https://storage.googleapis.com/data-world-dev/CountryNotes.csv): This datafile has country codes, series codes(info in Series.csv) and a description of the data source for each country.\n3. [Footnotes.csv](https://storage.googleapis.com/data-world-dev/Footnotes.csv): This file is an expanded version of the previous file where each data source row is further split into rows for each year for which the data is present for that particular country.\n4. [Indicators.csv.zip](https://storage.googleapis.com/data-world-dev/Indicators.csv.zip): This is the main file of interest which has the information regarding the data values for different indicators on each countries development has been measured.\n5. [Series.csv](https://storage.googleapis.com/data-world-dev/Series.csv): This file has series codes (found in country notes) description.\n6. [SeriesNotes.csv](https://storage.googleapis.com/data-world-dev/SeriesNotes.csv): This file has further year-wise expanded information on the data found in the Series.csv file.\n\n\n\n## How to run the analysis ⚙️\n\n1. Clone this repo to a local folder on your system.\n\n### Make\n\n2. Navigate into this folder \"world-dev-indicators\" through command line.\n3. Type:\n\t\t\t\n\t```\n\tmake clear_all\n\t```\n\t\t\t\n\t\t\n\tThis will clear all the result files which come with this repo.\n\n4. Now, type:\n\n\t```\n\tmake all\n\t```\n\t\t\nThis will run all the scripts in the `src/` folder as per the sequence in `Makefile` and render the analysis in the `results/` folder.\n\n### Docker\n\n1. Download from Docker\n\t\n\t```\n\tdocker pull simransethi/world-dev-indicators\n\t```\n\t\n2. Clean, so that you can build from start:\n\n\t```\n\tdocker 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\n\t```\n3. Run the whole analysis:\n\n\t```\n\tdocker 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\n\t```\n\n**The final report is rendered at this location: `doc/final_report/`**\n\n### Makefile Dependency Graph:\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/simrnsethi/world-dev-indicators/blob/master/Makefile.png\"/\u003e\n\u003c/p\u003e\n\n[Attribution: Dependency graph generated using [this software](https://github.com/lindenb/makefile2graph)]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimrnsethi%2Fworld-dev-indicators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimrnsethi%2Fworld-dev-indicators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimrnsethi%2Fworld-dev-indicators/lists"}