World Corruption Index Dataset
Determine trends of corruption level in your region.
@kaggle.tr1gg3rtrash_global_corruption_index
Determine trends of corruption level in your region.
@kaggle.tr1gg3rtrash_global_corruption_index
CREATE TABLE corruption_data (
"region_name" VARCHAR,
"n_2021" BIGINT,
"n_2020" BIGINT,
"n_2019" BIGINT,
"n_2018" BIGINT,
"n_2017" BIGINT,
"n_2016" BIGINT,
"n_2015" BIGINT,
"n_2014" BIGINT,
"n_2013" BIGINT,
"n_2012" BIGINT
);
Anyone who has the link will be able to view this.