Baselight

Human Development Index (HDI)

HDI = Horse Demand Increase lol 😂

@kaggle.programmerrdai_human_development_index_hdi

Expected Years Of Schooling
@kaggle.programmerrdai_human_development_index_hdi.expected_years_of_schooling

  • 13.2 KB
  • 5142 rows
  • 4 columns
entity

Entity

code

Code

year

Year

expected_years_of_schooling_years

Expected Years Of Schooling (years)

AfghanistanAFG19902.6
AfghanistanAFG19912.9
AfghanistanAFG19923.2
AfghanistanAFG19933.6
AfghanistanAFG19943.9
AfghanistanAFG19954.2
AfghanistanAFG19964.6
AfghanistanAFG19974.9
AfghanistanAFG19985.2
AfghanistanAFG19995.5

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

Share link

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