Baselight

Human Development Index (HDI)

HDI = Horse Demand Increase lol 😂

@kaggle.programmerrdai_human_development_index_hdi

Loading...
Loading...

About this Dataset

Human Development Index (HDI)

The Human Development Index is a statistic composite index of life expectancy, education, and per capita income indicators, which are used to rank countries into four tiers of human development. Wikipedia

Tables

Expected Years Of Schooling

@kaggle.programmerrdai_human_development_index_hdi.expected_years_of_schooling
  • 13.52 kB
  • 5,142 rows
  • 4 columns
Loading...
CREATE TABLE expected_years_of_schooling (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "expected_years_of_schooling_years" DOUBLE  -- Expected Years Of Schooling (years)
);

Gross National Income Per Capita

@kaggle.programmerrdai_human_development_index_hdi.gross_national_income_per_capita
  • 58.04 kB
  • 5,108 rows
  • 4 columns
Loading...
CREATE TABLE gross_national_income_per_capita (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "gni_per_capita_ppp_constant_2017_international" DOUBLE  -- GNI Per Capita, PPP (constant 2017 International $)
);

Hdi Vs Gdp Per Capita

@kaggle.programmerrdai_human_development_index_hdi.hdi_vs_gdp_per_capita
  • 524.95 kB
  • 59,916 rows
  • 8 columns
Loading...
CREATE TABLE hdi_vs_gdp_per_capita (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "historical_index_of_human_development_prados_de_la_escosura" DOUBLE  -- Historical Index Of Human Development (Prados De La Escosura),
  "gdp_per_capita" DOUBLE,
  "n_417485_annotations" VARCHAR  -- 417485-annotations,
  "population_historical_estimates" DOUBLE  -- Population (historical Estimates),
  "continent" VARCHAR
);

Hdi Vs Hihd

@kaggle.programmerrdai_human_development_index_hdi.hdi_vs_hihd
  • 430.32 kB
  • 55,738 rows
  • 7 columns
Loading...
CREATE TABLE hdi_vs_hihd (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "human_development_index_undp" DOUBLE  -- Human Development Index (UNDP),
  "historical_index_of_human_development_prados_de_la_escosura" DOUBLE  -- Historical Index Of Human Development (Prados De La Escosura),
  "population_historical_estimates" DOUBLE  -- Population (historical Estimates),
  "continent" VARCHAR
);

Hihd Without Gdp Vs Gdp Per Capita

@kaggle.programmerrdai_human_development_index_hdi.hihd_without_gdp_vs_gdp_per_capita
  • 524.89 kB
  • 59,916 rows
  • 8 columns
Loading...
CREATE TABLE hihd_without_gdp_vs_gdp_per_capita (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "historical_index_of_human_development_without_gdp_metric" DOUBLE  -- Historical Index Of Human Development (without GDP Metric),
  "gdp_per_capita" DOUBLE,
  "n_417485_annotations" VARCHAR  -- 417485-annotations,
  "population_historical_estimates" DOUBLE  -- Population (historical Estimates),
  "continent" VARCHAR
);

Human Development Index

@kaggle.programmerrdai_human_development_index_hdi.human_development_index
  • 17.34 kB
  • 5,001 rows
  • 4 columns
Loading...
CREATE TABLE human_development_index (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "human_development_index_undp" DOUBLE  -- Human Development Index (UNDP)
);

Human Development Index Comparison

@kaggle.programmerrdai_human_development_index_hdi.human_development_index_comparison
  • 422.89 kB
  • 55,710 rows
  • 7 columns
Loading...
CREATE TABLE human_development_index_comparison (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "historical_index_of_human_development_prados_de_la_escosura" DOUBLE  -- Historical Index Of Human Development (Prados De La Escosura),
  "historical_index_of_human_development_without_gdp_metric" DOUBLE  -- Historical Index Of Human Development (without GDP Metric),
  "population_historical_estimates" DOUBLE  -- Population (historical Estimates),
  "continent" VARCHAR
);

Human Development Index Escosura

@kaggle.programmerrdai_human_development_index_hdi.human_development_index_escosura
  • 10.7 kB
  • 3,210 rows
  • 4 columns
Loading...
CREATE TABLE human_development_index_escosura (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "historical_index_of_human_development_prados_de_la_escosura" DOUBLE  -- Historical Index Of Human Development (Prados De La Escosura)
);

Mean Years Of Schooling Long Run

@kaggle.programmerrdai_human_development_index_hdi.mean_years_of_schooling_long_run
  • 21.47 kB
  • 7,763 rows
  • 4 columns
Loading...
CREATE TABLE mean_years_of_schooling_long_run (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "average_total_years_of_schooling_for_adult_population__5d6bdda7" DOUBLE  -- Average Total Years Of Schooling For Adult Population (Lee-Lee (2016), Barro-Lee (2018) And UNDP (2018))
);

Share link

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