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
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
The text was updated successfully, but these errors were encountered:
seem to be solved after upgrading to pandas 0.12.x
Sorry, something went wrong.
No branches or pull requests
Hello,
my excel file contains units in a row:
"m²", "°", etc.
It appears that this generates unicode errors:
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
The text was updated successfully, but these errors were encountered: