-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Unicode not acceptable input for usecols
kwarg in read_csv()
#13219
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
Comments
makes sense, pull-requests welcome to fix cc @gfyoung |
@PeterKucirek: good catch! PR is definitely in order here. Shouldn't be too bad to implement. |
4 tasks
hi, i get the same error:
i pandas with the following version:
|
@geraldstanje : Can you show us the code snippet that broke? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I caught this bug while updating from version 0.18.0 to 0.18.1. The kwarg
usecols
no longer accepts unicode column labels.Example below:
I note that 0.18.1 introduced the requirement that
usecols
be all string or all ints. This makes sense but it looks like the implementation also throws away unicode strings.The text was updated successfully, but these errors were encountered: