| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project re-creates the UNData exploration exercise using live data from the World Bank API instead of static CSV files.
It demonstrates how to programmatically gather, clean, and merge international development indicators using Python and pandas.
All data is retrieved live from the World Bank Open Data API:
| Indicator Name | Code | Description |
|---|---|---|
| GDP per capita, PPP (constant 2017 international $) | NY.GDP.PCAP.PP.KD | Measures economic productivity per person. |
| Life expectancy at birth, total (years) | SP.DYN.LE00.IN | Average lifespan at birth. |
| Public Expenditure on Education (% of GDP) | SE.XPD.TOTL.GD.ZS | Percentage of GDP spent on public education. |
The final dataset (final_df) includes:
| Back | FazBrowse Home | New Git URL |