Global Economy Indicators
World finance indicators data from 1970-2021
@kaggle.prasad22_global_economy_indicators
World finance indicators data from 1970-2021
@kaggle.prasad22_global_economy_indicators
CREATE TABLE global_economy_indicators (
"n__countryid" BIGINT,
"n__country" VARCHAR,
"n__year" BIGINT,
"n__ama_exchange_rate" DOUBLE,
"n__imf_based_exchange_rate" DOUBLE,
"n__population" BIGINT,
"n__currency" VARCHAR,
"n__per_capita_gni" BIGINT,
"n__agriculture_hunting_forestry_fishing_isic_a_b" DOUBLE,
"n__changes_in_inventories" DOUBLE,
"n__construction_isic_f" DOUBLE,
"n__exports_of_goods_and_services" DOUBLE,
"n__final_consumption_expenditure" DOUBLE,
"n__general_government_final_consumption_expenditure" DOUBLE,
"n__gross_capital_formation" DOUBLE,
"n__gross_fixed_capital_formation_including_acquisition_360a2222" DOUBLE,
"n__household_consumption_expenditure_including_non_pro_98126264" DOUBLE,
"n__imports_of_goods_and_services" DOUBLE,
"n__manufacturing_isic_d" DOUBLE,
"n__mining_manufacturing_utilities_isic_c_e" DOUBLE,
"n__other_activities_isic_j_p" DOUBLE,
"n__total_value_added" DOUBLE,
"n__transport_storage_and_communication_isic_i" DOUBLE,
"n__wholesale_retail_trade_restaurants_and_hotels_isic_g_h" DOUBLE,
"n__gross_national_income_gni_in_usd" DOUBLE,
"n__gross_domestic_product_gdp" DOUBLE
);
Anyone who has the link will be able to view this.