Baselight

Military Expetative Gdp

Militaries — heavily armed and highly organized forces

@kaggle.willianoliveiragibin_military_expetative_gdp

Military New
@kaggle.willianoliveiragibin_military_expetative_gdp.military_new

  • 23.34 KB
  • 7684 rows
  • 4 columns
country

Country

code_country

Code Country

year

Year

military_sharegdp

Military Sharegdp

Costa RicaCRI1949
GreeceGRC19495.91
MexicoMEX19490.88
NorwayNOR19492.71
PeruPER19492.9
United StatesUSA19495.27
ArgentinaARG19502.91
AustraliaAUS19502.88
CanadaCAN19502.43
ChileCHL19502.64

CREATE TABLE military_new (
  "country" VARCHAR,
  "code_country" VARCHAR,
  "year" BIGINT,
  "military_sharegdp" DOUBLE
);

Share link

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