Baselight

Asia GDP

Unveiling Economic Dynamics Across Asia

@kaggle.mahmudulhaqueshawon_asia_gdp

Asia Gdp
@kaggle.mahmudulhaqueshawon_asia_gdp.asia_gdp

  • 11.7 KB
  • 40 rows
  • 11 columns
country_name

Country Name

indicator_name

Indicator Name

n_2013

2013

n_2014

2014

n_2015

2015

n_2016

2016

n_2017

2017

n_2018

2018

n_2019

2019

n_2020

2020

n_2021

2021

China, P.R.: MacaoNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change11.20061289-0.852107978-20.34874242-4.7486932250.2387741560.4105952171.0872830771.942966362.583093715
MongoliaNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change11.648916197.8852254812.3571711890.0414716520.976368683.4666541655.1297234288.5741776585.467369048
VanuatuNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change1.969146082.330436376-0.844.543.533
TuvaluNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change1.2923264622.2361068132.6420137133.9519133672.2678783312.3351167292.2166742252.0217992192.070993406
TongaNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change-0.5655450182.8969212663.4116364432.7263083142.4409739592.7080046672.3037333131.7739816821.784196318
Timor-Leste, Dem. Rep. ofNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change2.8756957335.8611363594.25155.566.55.55.500342783
Solomon IslandsNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change3.0204562381.9793840223.252.9991144913.2707910313.009332652.9953530882.9988422763.240687579
SamoaNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change-1.9313251821.1961466211.6347750593.0149776651.50907592.0388077482.1039839382.1039839382.103983938
Papua New GuineaNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change4.7348039327.3526081266.6197875272.5409329162.9531259282.4869580213.3713785893.389632453.415703156
PalauNational Accounts, Gross Domestic Product, Real, Constant Prices, Percent Change-2.4092742774.2340798779.38368956255432

CREATE TABLE asia_gdp (
  "country_name" VARCHAR,
  "indicator_name" VARCHAR,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE
);

Share link

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