We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
Can you please provide a minimal reproducible example of this error? Are you able to provide a copy of test2.csv?
test2.csv
Sorry, something went wrong.
Same issue. Please, take a look at the attached tab delimited file.
open311-invalid-autoclean.zip
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: