Global Peace Index
Ranking independent states and territories according to their level of peaceful
@kaggle.konradb_global_peace_index
Ranking independent states and territories according to their level of peaceful
@kaggle.konradb_global_peace_index
From Wikipedia:
Global Peace Index (GPI) is a report produced by the Institute for Economics & Peace (IEP) which measures the relative position of nations' and regions' peacefulness.[2] The GPI ranks 163 independent states and territories (collectively accounting for 99.7 per cent of the world's population) according to their levels of peacefulness. In the past decade, the GPI has presented trends of increased global violence and less peacefulness.
CREATE TABLE peace_index (
"country" VARCHAR,
"iso3c" VARCHAR,
"n_2008" DOUBLE -- 2008,
"n_2009" DOUBLE -- 2009,
"n_2010" DOUBLE -- 2010,
"n_2011" DOUBLE -- 2011,
"n_2012" DOUBLE -- 2012,
"n_2013" DOUBLE -- 2013,
"n_2014" DOUBLE -- 2014,
"n_2015" DOUBLE -- 2015,
"n_2016" BIGINT -- 2016,
"n_2017" BIGINT -- 2017,
"n_2018" BIGINT -- 2018,
"n_2019" BIGINT -- 2019,
"n_2020" BIGINT -- 2020,
"n_2021" BIGINT -- 2021,
"n_2022" BIGINT -- 2022,
"n_2023" BIGINT -- 2023
);Anyone who has the link will be able to view this.