Baselight

World Corruption Index Dataset

Determine trends of corruption level in your region.

@kaggle.tr1gg3rtrash_global_corruption_index

Corruption Data
@kaggle.tr1gg3rtrash_global_corruption_index.corruption_data

  • 13.92 KB
  • 180 rows
  • 11 columns
region_name

Region Name

n_2021

2021

n_2020

2020

n_2019

2019

n_2018

2018

n_2017

2017

n_2016

2016

n_2015

2015

n_2014

2014

n_2013

2013

n_2012

2012

Denmark88888788889091929190
New Zealand88888787899091919190
Finland88858685858990898990
Singapore85858585848485848687
Sweden85858585848889878988
Switzerland84858585858686868586
Norway85848484858587868685
Netherlands82828282828387838384
Germany80808080818181797879
Luxembourg81808081828181828080

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

Share link

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