Baselight

Global Peace Index

Ranking independent states and territories according to their level of peaceful

@kaggle.konradb_global_peace_index

Loading...
Loading...

About this Dataset

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.

Tables

Peace Index

@kaggle.konradb_global_peace_index.peace_index
  • 23.73 KB
  • 163 rows
  • 18 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.