datacleaner
datacleaner copied to clipboard
'<' not supported between instances of 'str' and 'int'
when running the script, my_data = pd.read_csv('test2.csv', sep=',',encoding='utf-8') my_clean_data = autoclean(my_data) my_data.to_csv('my_clean_data.csv')
getting error '<' not supported between instances of 'str' and 'int'
Can you please provide a minimal reproducible example of this error? Are you able to provide a copy of test2.csv
?