Baselight

South Asian Growth & Development Data (2000-23)

Comparative Analysis of Economic Indicators in South Asia (Pre- and Post-COVID)

@kaggle.rezwananik_south_asia_growth_and_development_data_2000_23

Loading...
Loading...

About this Dataset

South Asian Growth & Development Data (2000-23)

Context:

A comprehensive dataset covering key socio-economic, environmental, and governance indicators of South Asian countries from 2000 to 2023. The dataset includes GDP, unemployment, literacy rates, energy usage, governance metrics, and more, enabling in-depth analysis of growth, stability, and development in the region.

Source:

The World Bank DataBank

South Asian Countries:

Bangladesh, Bhutan, India, Pakistan, Nepal, Sri Lanka, Afghanistan and Maldives.

Column Description:

  • GDP (current USD)
  • GDP growth (annual %)
  • GDP per capita (current USD)
  • Unemployment, total (% of total labor force) (modeled ILO estimate)
  • Inflation, consumer prices (annual %)
  • Foreign direct investment, net inflows (% of GDP)
  • Trade (% of GDP)
  • Gini index
  • Population, total
  • Population growth (annual %)
  • Poverty headcount ratio at $2.15 a day (2017 PPP) (% of population)
  • Life expectancy at birth, total (years)
  • Mortality rate, infant (per 1,000 live births)
  • Literacy rate, adult total (% of people ages 15 and above)
  • School enrollment, primary (% gross)
  • Urban population (% of total population)
  • Access to electricity (% of population)
  • People using at least basic drinking water services (% of population)
  • People using at least basic sanitation services (% of population)
  • Carbon dioxide (CO2) emissions excluding LULUCF per capita (t CO2e/capita)
  • PM2.5 air pollution, mean annual exposure (micrograms per cubic meter)
  • Renewable energy consumption (% of total final energy consumption)
  • Forest area (% of land area)
  • Control of Corruption: Percentile Rank
  • Political Stability and Absence of Violence/Terrorism: Estimate
  • Regulatory Quality: Estimate
  • Rule of Law: Estimate
  • Voice and Accountability: Estimate
  • Individuals using the Internet (% of population)
  • Research and development expenditure (% of GDP)
  • High-technology exports (% of manufactured exports)

Tables

South Asian Dataset

@kaggle.rezwananik_south_asia_growth_and_development_data_2000_23.south_asian_dataset
  • 76.44 kB
  • 192 rows
  • 33 columns
Loading...
CREATE TABLE south_asian_dataset (
  "country" VARCHAR,
  "year" BIGINT,
  "gdp_current_us" DOUBLE  -- GDP (current US$),
  "gdp_growth_annual" DOUBLE  -- GDP Growth (annual %),
  "gdp_per_capita_current_us" DOUBLE  -- GDP Per Capita (current US$),
  "unemployment_total_of_total_labor_force_modeled_ilo_estimate" DOUBLE  -- Unemployment, Total (% Of Total Labor Force) (modeled ILO Estimate),
  "inflation_consumer_prices_annual" DOUBLE  -- Inflation, Consumer Prices (annual %),
  "foreign_direct_investment_net_inflows_of_gdp" DOUBLE  -- Foreign Direct Investment, Net Inflows (% Of GDP),
  "trade_of_gdp" DOUBLE  -- Trade (% Of GDP),
  "gini_index" DOUBLE,
  "population_total" BIGINT  -- Population, Total,
  "population_growth_annual" DOUBLE  -- Population Growth (annual %),
  "poverty_headcount_ratio_at_2_15_a_day_2017_ppp_of_population" VARCHAR  -- Poverty Headcount Ratio At $2.15 A Day (2017 PPP) (% Of Population),
  "life_expectancy_at_birth_total_years" VARCHAR  -- Life Expectancy At Birth, Total (years),
  "mortality_rate_infant_per_1_000_live_births" VARCHAR  -- Mortality Rate, Infant (per 1,000 Live Births),
  "literacy_rate_adult_total_of_people_ages_15_and_above" VARCHAR  -- Literacy Rate, Adult Total (% Of People Ages 15 And Above),
  "school_enrollment_primary_gross" VARCHAR  -- School Enrollment, Primary (% Gross),
  "urban_population_of_total_population" DOUBLE  -- Urban Population (% Of Total Population),
  "access_to_electricity_of_population" VARCHAR  -- Access To Electricity (% Of Population),
  "people_using_at_least_basic_drinking_water_services_of_64959412" VARCHAR  -- People Using At Least Basic Drinking Water Services (% Of Population),
  "people_using_at_least_basic_sanitation_services_of_population" VARCHAR  -- People Using At Least Basic Sanitation Services (% Of Population),
  "carbon_dioxide_co2_emissions_excluding_lulucf_per_capi_3cbf1f78" VARCHAR  -- Carbon Dioxide (CO2) Emissions Excluding LULUCF Per Capita (t CO2e/capita),
  "pm2_5_air_pollution_mean_annual_exposure_micrograms_pe_a3f395b6" VARCHAR  -- PM2.5 Air Pollution, Mean Annual Exposure (micrograms Per Cubic Meter),
  "renewable_energy_consumption_of_total_final_energy_consumption" VARCHAR  -- Renewable Energy Consumption (% Of Total Final Energy Consumption),
  "forest_area_of_land_area" VARCHAR  -- Forest Area (% Of Land Area),
  "control_of_corruption_percentile_rank" VARCHAR  -- Control Of Corruption: Percentile Rank,
  "political_stability_and_absence_of_violence_terrorism_estimate" VARCHAR  -- Political Stability And Absence Of Violence/Terrorism: Estimate,
  "regulatory_quality_estimate" VARCHAR  -- Regulatory Quality: Estimate,
  "rule_of_law_estimate" VARCHAR  -- Rule Of Law: Estimate,
  "voice_and_accountability_estimate" VARCHAR  -- Voice And Accountability: Estimate,
  "individuals_using_the_internet_of_population" VARCHAR  -- Individuals Using The Internet (% Of Population),
  "research_and_development_expenditure_of_gdp" VARCHAR  -- Research And Development Expenditure (% Of GDP),
  "high_technology_exports_of_manufactured_exports" VARCHAR  -- High-technology Exports (% Of Manufactured Exports)
);

Share link

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