Baselight

2022 Ray Dalio Country Power Index

Which country is the most powerful in the world according to Ray Dalio?

@kaggle.alexcaldarone_2022_ray_dalio_country_power_index

Country Rankings
@kaggle.alexcaldarone_2022_ray_dalio_country_power_index.country_rankings

  • 19.07 KB
  • 24 rows
  • 24 columns
country

Country

rank

Rank

empire_score

Empire Score

financial_position

Financial Position

debt_burden

Debt Burden

expect_growth

Expect Growth

internal_order

Internal Order

wealth_gap

Wealth Gap

internal_conflict

Internal Conflict

external_order

External Order

education

Education

innovation

Innovation

cost_competitiveness

Cost Competitiveness

miltary_strength

Miltary Strength

trade

Trade

economic_output

Economic Output

markets_and_finance

Markets And Finance

reserve_currency_status

Reserve Currency Status

geology

Geology

resource_efficiency

Resource Efficiency

acts_of_nature

Acts Of Nature

infrastructure_investment

Infrastructure Investment

character

Character

rule_of_law

Rule Of Law

USA10.892324121019101111113141246914
CHN20.7671136851222233512361312
EUR30.581717205942223334193121819219
DEU40.3811419343466661420281016216
JPN50.332120221223445558125669242
KOR60.31971012459911131515471116211
IND70.2826116145121617191938991524
GBR80.2724231381574567888133131516228
FRA90.26191918416677910112181014222310
RUS100.265379189377891417171910202111

CREATE TABLE country_rankings (
  "country" VARCHAR,
  "rank" BIGINT,
  "empire_score" DOUBLE,
  "financial_position" BIGINT,
  "debt_burden" BIGINT,
  "expect_growth" DOUBLE,
  "internal_order" DOUBLE,
  "wealth_gap" BIGINT,
  "internal_conflict" DOUBLE,
  "external_order" VARCHAR,
  "education" BIGINT,
  "innovation" BIGINT,
  "cost_competitiveness" BIGINT,
  "miltary_strength" BIGINT,
  "trade" BIGINT,
  "economic_output" BIGINT,
  "markets_and_finance" BIGINT,
  "reserve_currency_status" DOUBLE,
  "geology" BIGINT,
  "resource_efficiency" BIGINT,
  "acts_of_nature" BIGINT,
  "infrastructure_investment" DOUBLE,
  "character" DOUBLE,
  "rule_of_law" BIGINT
);

Share link

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