World Bank Data Of Indian Economy Since 1991
Data containing important indicators since liberalisation and globalisation
@kaggle.zohebabai_world_bank_data_of_indian_economy_since_1991
Data containing important indicators since liberalisation and globalisation
@kaggle.zohebabai_world_bank_data_of_indian_economy_since_1991
CREATE TABLE world_bank_data_india (
"years" BIGINT,
"pop_totl" BIGINT,
"pop_014" BIGINT,
"pop_1564" BIGINT,
"pop_65" BIGINT,
"emp_totl" BIGINT,
"lf_totl" BIGINT,
"lf_advn_edu" DOUBLE,
"lf_basc_edu" DOUBLE,
"lf_intm_edu" DOUBLE,
"uem_totl" DOUBLE,
"uem_advn_edu" DOUBLE,
"uem_intm_edu" DOUBLE,
"emp_self" DOUBLE,
"emp_srv" DOUBLE,
"emp_ind" DOUBLE,
"emp_agr" DOUBLE,
"gdp_ind" DOUBLE,
"gdp_agr" DOUBLE,
"gdp_pp_emp" DOUBLE,
"xpd_totl_edu" DOUBLE,
"infl" DOUBLE,
"frtl" DOUBLE,
"br" DOUBLE,
"dr" DOUBLE,
"d_com" DOUBLE,
"d_inj" DOUBLE,
"d_nc" DOUBLE
);
CREATE TABLE world_bank_data_india_definitions (
"code" VARCHAR,
"indicator_name" VARCHAR,
"long_definition" VARCHAR,
"source" VARCHAR,
"unnamed_4" VARCHAR,
"unnamed_5" VARCHAR,
"unnamed_6" VARCHAR
);
Anyone who has the link will be able to view this.