Baselight

Human Development Index (HDI)

HDI = Horse Demand Increase lol 😂

@kaggle.programmerrdai_human_development_index_hdi

Human Development Index
@kaggle.programmerrdai_human_development_index_hdi.human_development_index

  • 16.93 KB
  • 5001 rows
  • 4 columns
entity

Entity

code

Code

year

Year

human_development_index_undp

Human Development Index (UNDP)

AfghanistanAFG19800.228
AfghanistanAFG19850.273
AfghanistanAFG20020.373
AfghanistanAFG20030.383
AfghanistanAFG20040.398
AfghanistanAFG20050.408
AfghanistanAFG20060.417
AfghanistanAFG20070.429
AfghanistanAFG20080.437
AfghanistanAFG20090.453

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

Share link

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