Baselight

World Bank Data On Countries

@kaggle.yusufglcan_country_data

Countries
@kaggle.yusufglcan_country_data.countries

  • 789.32 KB
  • 5106 rows
  • 25 columns
country_name

Country Name

country_code

Country Code

year

Year

agriculture_gdp

Agriculture (% GDP)

ease_of_doing_business

Ease Of Doing Business

education_expenditure_gdp

Education Expenditure (% GDP)

export_gdp

Export (% GDP)

gdp

GDP

health_expenditure_gdp

Health Expenditure (% GDP)

import_gdp

Import (% GDP)

industry_gdp

Industry (% GDP)

inflation_rate

Inflation Rate

r_d

R\u0026D

service_gdp

Service (% GDP)

unemployment

Unemployment

population

Population

land

Land

continent_name

Continent Name

export

Export

import

Import

education_expenditure

Education Expenditure

health_expenditure

Health Expenditure

net_trade

Net Trade

gdp_per_capita

GDP Per Capita

population_density

Population Density

AfghanistanAFG200027.501126651695340.71796813.67010110967300214151970480.74284710.90257973449999820.494908976000686.12461993629118848.302753277090218.05419542982652860Asia1934588673.7286241542929865.6658916724.145909807564129.934414729038384
AfghanistanAFG200127.501126651695340.71796813.67010110967300214151970480.74284710.90257973449999820.494908976000686.12461993629118848.302753277090218.0419688632652860Asia1934588673.7286241542929865.6658916718.788917419089830.15751003277885
AfghanistanAFG200238.627891863844340.71796813.6701011096730023854235264.371719.4433908523.81012700648546.12461993629118836.15115459959928.18621000256652860Asia526877857.64428526363970500.2931514183.532775237202432.166553319241494
AfghanistanAFG200337.418855443148140.71796813.6701011096730024539496562.953738.9412584322.71086418283266.12461993629118837.44480384072618.12222645130652860Asia620553770.0259056405888119.11466056200.4623759260260334.68604294948381
AfghanistanAFG200429.721067137695740.71796813.6701011096730025220825048.646379.8084735926.22678975006666.12461993629118841.11089533642438.05323553551652860Asia713692062.9090935512083246.0765839221.657662092920536.07749134577092
AfghanistanAFG200531.11485491206240.71796815.07999992370616226198934.833299.9482889226.812099232639812.686268721671539.00778718419048.11324411191652860Asia938910794.62265619400258.7711782255.0551070954829237.39115736911436
AfghanistanAFG200628.635968584468640.71796812.88000011444096971383338.7080310.6227655428.21076807199946.7845965500165739.83102432528728.05425442944652860Asia897914182.003708740553706.965578274.000655690946438.97151609839782
AfghanistanAFG200730.105011357401340.71796812.35999965667729715765105.480169.9046745326.88224160821488.6805707851340640.2946852213018.10825903301652860Asia1200868533.680911962314911.7971208375.0782614725497439.67665502557976
AfghanistanAFG200824.892270005974240.71796816.649999618530310249770318.569710.2564954826.915628002628526.418664154744445.40983087164888.02226427199652860Asia1706586718.94208671051267229.4344828387.849288097830640.479121097938304
AfghanistanAFG200929.297501054725940.71796817.309999465942412154835707.89879.8184871721.8971222069406-6.8111610889899545.24443492614828.08227385307652860Asia2104001996.12344071193420984.514613443.845150536333341.94667616334283

CREATE TABLE countries (
  "country_name" VARCHAR,
  "country_code" VARCHAR,
  "year" BIGINT,
  "agriculture_gdp" DOUBLE,
  "ease_of_doing_business" DOUBLE,
  "education_expenditure_gdp" DOUBLE,
  "export_gdp" DOUBLE,
  "gdp" DOUBLE,
  "health_expenditure_gdp" DOUBLE,
  "import_gdp" DOUBLE,
  "industry_gdp" DOUBLE,
  "inflation_rate" DOUBLE,
  "r_d" DOUBLE,
  "service_gdp" DOUBLE,
  "unemployment" DOUBLE,
  "population" DOUBLE,
  "land" DOUBLE,
  "continent_name" VARCHAR,
  "export" DOUBLE,
  "import" DOUBLE,
  "education_expenditure" DOUBLE,
  "health_expenditure" DOUBLE,
  "net_trade" DOUBLE,
  "gdp_per_capita" DOUBLE,
  "population_density" DOUBLE
);

Share link

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