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
The Millennium Challenge Corporation (MCC) is an independent U.S. foreign aid agency that provides grants for the purpose of reducing poverty and fostering sustainable economic growth in developing countries.
This dataset combines the scores of high-income and low-income countries from the MCC Country Selection scorecard, making it easier for analysis and comparisons.
If you find this dataset valuable, don't forget to hit the upvote button! 😊💝
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.