World Economic Classifications
Sorted economic groups from UN 2014, IMF 2023, and Worldometer 2022 reports.
@kaggle.jeanetteponder_world_economic_classifications
Sorted economic groups from UN 2014, IMF 2023, and Worldometer 2022 reports.
@kaggle.jeanetteponder_world_economic_classifications
CREATE TABLE world_economic_classifications_v2 (
"country_name" VARCHAR,
"un_class_2014" VARCHAR,
"imf_class_2023" VARCHAR,
"g7" VARCHAR,
"eu_member" VARCHAR,
"fuel_exp_country" VARCHAR,
"wealth_rank" DOUBLE,
"gdp_ppp_2022" VARCHAR,
"gdp_pc_2022" VARCHAR
);
Anyone who has the link will be able to view this.