datacleaner icon indicating copy to clipboard operation
datacleaner copied to clipboard

'<' not supported between instances of 'str' and 'int'

Open shahebali opened this issue 6 years ago • 2 comments

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'

shahebali avatar Aug 06 '18 09:08 shahebali

Can you please provide a minimal reproducible example of this error? Are you able to provide a copy of test2.csv?

rhiever avatar Aug 07 '18 14:08 rhiever

Same issue. Please, take a look at the attached tab delimited file.

open311-invalid-autoclean.zip

gisfromscratch avatar Feb 10 '19 12:02 gisfromscratch