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.
data(worldbank_poly)A data frame (tibble) with 177 observations and 7 variables:
Country name (character)
ISO 2-letter country code (character)
Human Development Index (numeric)
Urban population percentage (numeric)
Unemployment rate (numeric)
Population growth rate (numeric)
Literacy rate (numeric)
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.