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
CREATE TABLE peace_index (
"country" VARCHAR,
"iso3c" VARCHAR,
"n_2008" DOUBLE,
"n_2009" DOUBLE,
"n_2010" DOUBLE,
"n_2011" DOUBLE,
"n_2012" DOUBLE,
"n_2013" DOUBLE,
"n_2014" DOUBLE,
"n_2015" DOUBLE,
"n_2016" BIGINT,
"n_2017" BIGINT,
"n_2018" BIGINT,
"n_2019" BIGINT,
"n_2020" BIGINT,
"n_2021" BIGINT,
"n_2022" BIGINT,
"n_2023" BIGINT
);
Anyone who has the link will be able to view this.