Baselight

GDP Growth Of India

Historical GDP growth of India.

@kaggle.imbikramsaha_indian_gdp

Loading...
Loading...

About this Dataset

GDP Growth Of India

This is the dataset of Historical GDP growth data of India from 1961 to 2021. Use this dataset to do Data Visualisation and Data Analytics.

Task : Predict year 2030 and 2050 GDP and Per Capita of India, and comment your results on Discussion page.

Tables

India Gdp Data

@kaggle.imbikramsaha_indian_gdp.india_gdp_data
  • 4.99 KB
  • 61 rows
  • 4 columns
Loading...

CREATE TABLE india_gdp_data (
  "year" BIGINT,
  "gdp_in_billion_usd" DOUBLE,
  "per_capita_in_usd" BIGINT,
  "percentage_growth" DOUBLE
);

India Gdp Historical Data

@kaggle.imbikramsaha_indian_gdp.india_gdp_historical_data
  • 4.92 KB
  • 61 rows
  • 4 columns
Loading...

CREATE TABLE india_gdp_historical_data (
  "year" BIGINT,
  "gdp_in_billion_usd" DOUBLE,
  "per_capita_in_usd" BIGINT,
  "growth_in" DOUBLE
);

Share link

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