Skip to content

Bug: no ecoding setting for xls.parse #4339

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

Closed
timmie opened this issue Jul 24, 2013 · 1 comment
Closed

Bug: no ecoding setting for xls.parse #4339

timmie opened this issue Jul 24, 2013 · 1 comment

Comments

@timmie
Copy link
Contributor

timmie commented Jul 24, 2013

Hello,
my excel file contains units in a row:

"m²", "°", etc.

It appears that this generates unicode errors:

UnicodeDecodeError: 'utf8' codec can't decode byte 0xb0 in position 339: invalid start byte

Please see the discussion / documentation here:

So my suggestion would be to incorporate an encoding option in the openpyxl reader.
But I cannot see that it's used in:
https://github.com/pydata/pandas/blob/master/pandas/io/excel.py

@timmie
Copy link
Contributor Author

timmie commented Jul 24, 2013

seem to be solved after upgrading to pandas 0.12.x

@timmie timmie closed this as completed Jul 24, 2013
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

1 participant