2023 Global Country Development & Prosperity Index
Detailed 2023 rankings of global prosperity & development indicators by country.
@kaggle.tarktunataalt_2023_global_country_development_and_pros_bc59f4f1
Detailed 2023 rankings of global prosperity & development indicators by country.
@kaggle.tarktunataalt_2023_global_country_development_and_pros_bc59f4f1
Description
This dataset contains detailed rankings and indicators from the 2023 Legatum Prosperity Index, assessing and ranking countries based on various dimensions of prosperity and development. The indicators cover aspects such as:
Source
The data is sourced from the 2023 Legatum Prosperity Index available at prosperity.com/rankings.
License
This dataset is shared under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0). You are free to use, share, and adapt the data, provided that you attribute the source and share any derived works under the same license.
Acknowledgements
We acknowledge the Legatum Institute for compiling and providing the data used in this dataset. For more information on the methodology and detailed country reports, please visit the Legatum Prosperity Index website.
Usage
This dataset can be used for research, analysis, and educational purposes to understand the different dimensions of prosperity and development across countries in 2023. It is a valuable resource for policymakers, researchers, and anyone interested in global development metrics. Additionally, clustering analysis can be performed to group countries based on their development levels, providing insights into regional similarities and differences.
Keywords
Global Prosperity, Country Development, Safety, Governance, Health, Education, Economic Quality, 2023 Rankings, Legatum Prosperity Index, Clustering, Tabular, Social Science, Economics, Advanced
CREATE TABLE data (
"country" VARCHAR,
"averagscore" DOUBLE,
"safetysecurity" DOUBLE,
"personelfreedom" DOUBLE,
"governance" DOUBLE,
"socialcapital" DOUBLE,
"investmentenvironment" DOUBLE,
"enterpriseconditions" DOUBLE,
"marketaccessinfrastructure" DOUBLE,
"economicquality" DOUBLE,
"livingconditions" DOUBLE,
"health" DOUBLE,
"education" DOUBLE,
"naturalenvironment" DOUBLE
);Anyone who has the link will be able to view this.