in analysis/GreenSKU-Framework/src/carbon_model.py [0:0]
def convert_percent(s): if isinstance(s, str): return float(s.strip('%'))/100 return s