ESG / configs /sdg_labels.py
alirezamousio's picture
Upload 21 files
bcfaedb verified
Raw
History Blame Contribute Delete
621 Bytes
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"
}