-
Notifications
You must be signed in to change notification settings - Fork 204
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
ValueError instead of TypeError in Python 2.7 #10
Comments
Sounds like this is a bug. Would you be willing to write a patch for it? |
Hi! Mind if I take a shot at this? |
Please do! Probably the best starting point is to write a minimal example that reproduces the error, then that will stand as our first unit test for this patch. |
So I took a look at this today and was having trouble reproducing the error. I've included my test script here. Maybe I'm misinterpreting the issue described above?
which outputs:
|
ping @dburns7 |
The try except block starting at line 76 of datacleaner.py raises a ValueError in Python 2.7 when the column is of type object (string). Since the Python 2.7 icon is displayed in the repo markdown, can you clarify which Python version is supported?
The text was updated successfully, but these errors were encountered: