File size: 621 Bytes
bcfaedb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SDG_LABELS = {
    "1": "SDG_1: No Poverty",
    "2": "SDG_2: Zero Hunger",
    "3": "SDG_3: Good Health",
    "4": "SDG_4: Quality Education",
    "5": "SDG_5: Gender Equlaity",
    "6": "SDG_6: Clean Water & Sanitation",
    "7": "SDG_7: Affordable Energy",
    "8": "SDG_8: Economic Growth",
    "9": "SDG_9: Industry & Innovation",
    "10": "SDG_10: Reduced Inequality",
    "11": "SDG_11: Sustainable Cities",
    "12": "SDG_12: Responsible Consumption",
    "13": "SDG_13: Climate Action",
    "14": "SDG_14: Aquatic",
    "15": "SDG_15: Terrestrial",
    "16": "SDG_16: Peace",
    "17": "SDG_17: Partnerships"
}