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
Which country is the most powerful in the world according to Ray Dalio?
@kaggle.alexcaldarone_2022_ray_dalio_country_power_index
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
);
Anyone who has the link will be able to view this.