Baselight

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

Loading...
Loading...

About this Dataset

World Bank Data Of Indian Economy Since 1991

I want to understand the effect of liberalisation, privatisation and globalisation in Indian lifestyle and economy for last 26 years.

This file contains critical economic indicators (Employment, Unemployment, Labor force etc.) and some social indicators (Population, birth rate, death rate etc.) of India since the inception of liberalisation, privatisation and globalisation in 1991 till 2016.

Raw data is taken from World Bank site and used under their license. Data Cleaning is completely done by me.

Tables

World Bank Data India

@kaggle.zohebabai_world_bank_data_of_indian_economy_since_1991.world_bank_data_india
  • 22.7 KB
  • 26 rows
  • 28 columns
Loading...

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
);

World Bank Data India Definitions

@kaggle.zohebabai_world_bank_data_of_indian_economy_since_1991.world_bank_data_india_definitions
  • 13.8 KB
  • 27 rows
  • 7 columns
Loading...

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
);

Share link

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