This dataset, worldbank_poly, is a data frame containing selected socioeconomic indicators compiled from the World Bank. The dataset includes 177 observations (countries) and 7 variables such as Human Development Index (HDI), urban population percentage, unemployment rate, population growth, and literacy rate. Some values may be missing.
Usage
data(worldbank_poly)
Format
A data frame (tibble) with 177 observations and 7 variables:
- name
Country name (character)
- iso_a2
ISO 2-letter country code (character)
- HDI
Human Development Index (numeric)
- urban_pop
Urban population percentage (numeric)
- unemployment
Unemployment rate (numeric)
- pop_growth
Population growth rate (numeric)
- literacy
Literacy rate (numeric)
Details
The dataset name has been kept as 'worldbank_poly' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the lightsf package and assists users in identifying its specific characteristics. The original content has not been modified in any way.