Baselight

Gender Development Index 2019

Gender Development Index 2019 data

@kaggle.elmartini_gender_development_index_2019

Loading...
Loading...

About this Dataset

Gender Development Index 2019

The GDI measures gender gaps in human development achievements by accounting for disparities between women and men in three basic dimensions of human development—health, knowledge and living standards using the same component indicators as in the HDI. The GDI is the ratio of the HDIs calculated separately for females and males using the same methodology as in the HDI. It is a direct measure of gender gap showing the female HDI as a percentage of the male HDI.

Tables

Gdi

@kaggle.elmartini_gender_development_index_2019.gdi
  • 21.35 KB
  • 190 rows
  • 14 columns
Loading...

CREATE TABLE gdi (
  "hdi_rank" DOUBLE,
  "country" VARCHAR,
  "gdi_value" VARCHAR,
  "gdi_group" VARCHAR,
  "hdi_female" VARCHAR,
  "hdi_male" VARCHAR,
  "lif_expec_female" VARCHAR,
  "lif_excep_male" VARCHAR,
  "excep_yrs_schooling_female" VARCHAR,
  "excep_yrs_schooling_male" VARCHAR,
  "mean_yrs_schooling_female" VARCHAR,
  "mean_yrs_schooling_male" VARCHAR,
  "gni_pc_female" VARCHAR,
  "gni_pc_male" VARCHAR
);

Share link

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