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 -- 2021,
"n_2020" BIGINT -- 2020,
"n_2019" BIGINT -- 2019,
"n_2018" BIGINT -- 2018,
"n_2017" BIGINT -- 2017,
"n_2016" BIGINT -- 2016,
"n_2015" BIGINT -- 2015,
"n_2014" BIGINT -- 2014,
"n_2013" BIGINT -- 2013,
"n_2012" BIGINT -- 2012
);
Anyone who has the link will be able to view this.