Let\'s say I have a Python function which expect input a List[str], and change it into List[int]
List[str]
List[int]
def data_cleaning(data): for i