Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shahebali opened this issue Aug 6, 2018 · 2 comments
Open

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

shahebali opened this issue Aug 6, 2018 · 2 comments

Comments

@shahebali
Copy link

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'

@rhiever
Copy link
Owner

rhiever commented Aug 7, 2018

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

@gisfromscratch
Copy link

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

open311-invalid-autoclean.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants