-
Notifications
You must be signed in to change notification settings - Fork 11
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
xlsx files not loading #51
Comments
I did notice that #26 will obvious fix this. |
As a workaround, you can downgrade to the last 1.x release of using Conda
Conda.add("xlrd==1.2.0") This could probably be pinned here - |
If speed is your concern for large data files (as for me), you can gain a factor of 2 by using pandas via PyCall: EDIT: There is still an error in this function, sorry
Forcing the openpyxl engine, as recommended by xlrd, shows again worse performance...
|
I just tried to load an xlsx file using the
load
function.Evidently, since down deep this depends on the python xlrd package, this is no longer supported:
There's a disclaimer on the website
The text was updated successfully, but these errors were encountered: