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.2 KB
  • 5142 rows
  • 4 columns
Loading...

CREATE TABLE expected_years_of_schooling (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "expected_years_of_schooling_years" DOUBLE
);

Gross National Income Per Capita

@kaggle.programmerrdai_human_development_index_hdi.gross_national_income_per_capita
  • 56.68 KB
  • 5108 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
);

Hdi Vs Gdp Per Capita

@kaggle.programmerrdai_human_development_index_hdi.hdi_vs_gdp_per_capita
  • 512.64 KB
  • 59916 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,
  "gdp_per_capita" DOUBLE,
  "n_417485_annotations" VARCHAR,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Hdi Vs Hihd

@kaggle.programmerrdai_human_development_index_hdi.hdi_vs_hihd
  • 420.24 KB
  • 55738 rows
  • 7 columns
Loading...

CREATE TABLE hdi_vs_hihd (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "human_development_index_undp" DOUBLE,
  "historical_index_of_human_development_prados_de_la_escosura" DOUBLE,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Hihd Without Gdp Vs Gdp Per Capita

@kaggle.programmerrdai_human_development_index_hdi.hihd_without_gdp_vs_gdp_per_capita
  • 512.59 KB
  • 59916 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,
  "gdp_per_capita" DOUBLE,
  "n_417485_annotations" VARCHAR,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Human Development Index Comparison

@kaggle.programmerrdai_human_development_index_hdi.human_development_index_comparison
  • 412.98 KB
  • 55710 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_without_gdp_metric" DOUBLE,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Human Development Index Escosura

@kaggle.programmerrdai_human_development_index_hdi.human_development_index_escosura
  • 10.45 KB
  • 3210 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
);

Human Development Index

@kaggle.programmerrdai_human_development_index_hdi.human_development_index
  • 16.93 KB
  • 5001 rows
  • 4 columns
Loading...

CREATE TABLE human_development_index (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "human_development_index_undp" DOUBLE
);

Mean Years Of Schooling Long Run

@kaggle.programmerrdai_human_development_index_hdi.mean_years_of_schooling_long_run
  • 20.97 KB
  • 7763 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
);

Share link

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