Human Capital Index
Data on human capital development
@worldbank.human_capital_index
Data on human capital development
@worldbank.human_capital_index
The Human Capital Index (HCI) database provides data at the country level for each of the components of the Human Capital Index as well as for the overall index, disaggregated by gender. The index measures the amount of human capital that a child born today can expect to attain by age 18, given the risks to poor health and poor education that prevail in the country where the child lives. It is designed to highlight how improvements in current health and education outcomes shape the productivity of the next generation of workers, assuming that children born today experience over the next 18 years the educational opportunities and health risks that children in this age range currently face.
CREATE TABLE hd_hci_amrt (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_amrt_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_amrt_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_eyrs (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_eyrs_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_eyrs_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_hlos (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_hlos_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_hlos_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_lays (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_lays_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_lays_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_mort (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_mort_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_mort_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_lb (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_lb_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_lb_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_ub (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_ub_fe (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_ovrl_ub_ma (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);CREATE TABLE hd_hci_stnt (
"economy" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.