Indian Economy From 1960 To 2020
Indian Economy 1960-2020
@kaggle.nejilee_indian_economy_from_1960_to_2020
Indian Economy 1960-2020
@kaggle.nejilee_indian_economy_from_1960_to_2020
CREATE TABLE indianeco (
"year" BIGINT,
"country_name" VARCHAR,
"gdp_current_us" DOUBLE,
"n__gdp_per_capita_current_us" BIGINT,
"gdp_growth_annual" DOUBLE,
"imports_of_goods_and_services_of_gdp" DOUBLE,
"exports_of_goods_and_services_of_gdp" DOUBLE,
"n__total_reserves_includes_gold_current_us" DOUBLE,
"inflation_consumer_prices_annual" DOUBLE,
"population_total" BIGINT,
"population_growth_annual" DOUBLE,
"life_expectancy_at_birth_total_years" DOUBLE
);
Anyone who has the link will be able to view this.