Baselight

Asian Growth & Development

comprehensive dataset covering key socio-economic.

@kaggle.willianoliveiragibin_asian_growth_and_development

South Asian Dataset New
@kaggle.willianoliveiragibin_asian_growth_and_development.south_asian_dataset_new

  • 23.18 KB
  • 192 rows
  • 10 columns
country

Country

year

Year

gdp_current_us

GDP (current US$)

gdp_growth_annual

GDP Growth (annual %)

gdp_per_capita_current_us

GDP Per Capita (current US$)

unemployment_total_of_total_labor_force_modeled_ilo_estimate

Unemployment, Total (% Of Total Labor Force) (modeled ILO Estimate)

population_total

Population, Total

population_growth_annual

Population Growth (annual %)

life_expectancy_at_birth_total_years

Life Expectancy At Birth, Total (years)

mortality_rate_infant_per_1_000_live_births

Mortality Rate, Infant (per 1,000 Live Births)

Afghanistan2000352141806001.801.883.6947.955195429821.443.803.02455.29892
Bhutan2000460733418.43.355.068.3057.846.184.0271.6525872072.800.570.18462.0158.4
Bangladesh2000533697873195.293.294.7194.131.001.8533.271291933271.905.524.04965.77963
India200046800000000000000003.840.991.1574.420.353.3047.85610596336751.822.184.00262.66966.4
Maldives2000624337145.33.845.810.2322.209.988.2311.972825071.568.301.44770.87631.8
Sri Lanka2000163308141806.000.033.1588.697.534.8867.7418776371565.924.63870.35514.4
Nepal200054942522086.199.999.9822.237.118.91910.622245595001.709.775.88662.61458.5
Pakistan2000994848023454.260.088.011644.457.1575971543699243.075.552.91262.10284.8
Afghanistan20012813571754-9.431.974.0681.429.033.6447.95819688632742.516.83455.79889.3
Bhutan2001496110225.77.328.374.4528.224.175.4561.96032342.692.778.29463.44455.6

CREATE TABLE south_asian_dataset_new (
  "country" VARCHAR,
  "year" BIGINT,
  "gdp_current_us" DOUBLE,
  "gdp_growth_annual" VARCHAR,
  "gdp_per_capita_current_us" VARCHAR,
  "unemployment_total_of_total_labor_force_modeled_ilo_estimate" DOUBLE,
  "population_total" BIGINT,
  "population_growth_annual" VARCHAR,
  "life_expectancy_at_birth_total_years" DOUBLE,
  "mortality_rate_infant_per_1_000_live_births" DOUBLE
);

Share link

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