MCC Country Selection Scorecard 2024
Combined dataset for analysis purposes from fiscal year 2024
@kaggle.asaniczka_mcc_country_selection_scorecard_2024
Combined dataset for analysis purposes from fiscal year 2024
@kaggle.asaniczka_mcc_country_selection_scorecard_2024
CREATE TABLE mcc_2024_scorecard (
"country_name" VARCHAR,
"health_score" DOUBLE,
"political_rights_score" BIGINT,
"civil_liberties_score" BIGINT,
"control_of_corruption_score" DOUBLE,
"government_effectiveness_score" DOUBLE,
"rule_of_law_score" DOUBLE,
"freedom_of_information_score" DOUBLE,
"immunization_score" DOUBLE,
"education_expenditures_score" DOUBLE,
"child_health_score" DOUBLE,
"natural_resource_protection_score" DOUBLE,
"regulatory_quality_score" DOUBLE,
"land_rights_and_access_score" DOUBLE,
"employment_opportunity_score" DOUBLE,
"trade_policy_score" DOUBLE,
"inflation_score" DOUBLE,
"fiscal_policy_score" DOUBLE,
"access_to_credit_score" DOUBLE,
"gender_in_the_economy_score" DOUBLE,
"girls_education_enrollment_rates_score" DOUBLE
);
Anyone who has the link will be able to view this.