Human Development Index (HDI)
HDI = Horse Demand Increase lol 😂
@kaggle.programmerrdai_human_development_index_hdi
HDI = Horse Demand Increase lol 😂
@kaggle.programmerrdai_human_development_index_hdi
CREATE TABLE expected_years_of_schooling (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"expected_years_of_schooling_years" DOUBLE
);
CREATE TABLE gross_national_income_per_capita (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"gni_per_capita_ppp_constant_2017_international" DOUBLE
);
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
);
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
);
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
);
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
);
CREATE TABLE human_development_index_escosura (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"historical_index_of_human_development_prados_de_la_escosura" DOUBLE
);
CREATE TABLE human_development_index (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"human_development_index_undp" DOUBLE
);
CREATE TABLE mean_years_of_schooling_long_run (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"average_total_years_of_schooling_for_adult_population__5d6bdda7" DOUBLE
);
Anyone who has the link will be able to view this.