Baselight

Global Economy Indicators

World finance indicators data from 1970-2021

@kaggle.prasad22_global_economy_indicators

Global Economy Indicators
@kaggle.prasad22_global_economy_indicators.global_economy_indicators

  • 1.75 MB
  • 10512 rows
  • 26 columns
n__countryid

CountryID

n__country

Country

n__year

Year

n__ama_exchange_rate

AMA Exchange Rate

n__imf_based_exchange_rate

IMF Based Exchange Rate

n__population

Population

n__currency

Currency

n__per_capita_gni

Per Capita GNI

n__agriculture_hunting_forestry_fishing_isic_a_b

Agriculture, Hunting, Forestry, Fishing (ISIC A-B)

n__changes_in_inventories

Changes In Inventories

n__construction_isic_f

Construction (ISIC F)

n__exports_of_goods_and_services

Exports Of Goods And Services

n__final_consumption_expenditure

Final Consumption Expenditure

n__general_government_final_consumption_expenditure

General Government Final Consumption Expenditure

n__gross_capital_formation

Gross Capital Formation

n__gross_fixed_capital_formation_including_acquisition_360a2222

Gross Fixed Capital Formation (including Acquisitions Less Disposals Of Valuables)

n__household_consumption_expenditure_including_non_pro_98126264

Household Consumption Expenditure (including Non-profit Institutions Serving Households)

n__imports_of_goods_and_services

Imports Of Goods And Services

n__manufacturing_isic_d

Manufacturing (ISIC D)

n__mining_manufacturing_utilities_isic_c_e

Mining, Manufacturing, Utilities (ISIC C-E)

n__other_activities_isic_j_p

Other Activities (ISIC J-P)

n__total_value_added

Total Value Added

n__transport_storage_and_communication_isic_i

Transport, Storage And Communication (ISIC I)

n__wholesale_retail_trade_restaurants_and_hotels_isic_g_h

Wholesale, Retail Trade, Restaurants And Hotels (ISIC G-H)

n__gross_national_income_gni_in_usd

Gross National Income(GNI) In USD

n__gross_domestic_product_gdp

Gross Domestic Product (GDP)

4 Afghanistan 19700.0449984270.04499842710752971 Afghani 1648699174074679390216561872216632212691121269869461181894611818155109428319527722637014682737669081112774784317314542548391720022638709117665275251731435587
4 Afghanistan 19710.0449984270.04499842711015857 Afghani 1689108281044899411319358030017965412401211148339901235099012350167542640727629648038754950239440116413375409718128570778786038223701919618501219131812837521
4 Afghanistan 19720.0449984270.04499842711286753 Afghani 149827945340445352232276543801607159399108347543103456794103456794149881185629037035035228466935851286512158267216479179127986452521547728716839479051647900178
4 Afghanistan 19730.0449984270.04499842711575305 Afghani 150855486925460185422269135541617037233109013455121728433121728433150802380026296288036401027937044579312563023617027346738252888522262429317399981531702716294
4 Afghanistan 19740.0449984270.04499842711869879 Afghani 1771035913365557216592849384491907408182128588961175061875175061875177881922130567915144076040644855279015211916220617515109991860426952591021064202272061729287
4 Afghanistan 19750.0449984270.04499842712157386 Afghani 19511654413816268665830049381521313584991436867112217284842217284841987671788333827202495891889504659018171142804231977837411241637430343216223698770142319753506
4 Afghanistan 19760.0449984270.04499842712425267 Afghani 20712628916326794199732938280222320989981504781713227163023227163022081620805370617399537391228546891983185472327251360806012186512632854495125681486112513580659
4 Afghanistan 19770.0449984270.04499842712687301 Afghani 23114396870567743059534296298825841985501742151563627160783627160782409983394424938409612470141623298276211382277286496989713879851837437315229274082572864939207
4 Afghanistan 19780.0449984270.04499842712938862 Afghani 25416187318708705828735481484728839511611944231744375310714375310712689527987453333379688846878701025415237719665322299785615615590342230667232925933113222963833
4 Afghanistan 19790.0437307530.04373075312986369 Afghani 28518245079199821584842428734432412363742185097304875881754875881753022726644522344151776522761790251109268036272363080940617627174247352651437075421113630767856

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
);

Share link

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