-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Pandas 0.20.1 compatibility #1410
Comments
Issue with holoviews/pandas/dask----> 6 import holoviews as hv |
The problem was resolved by upgrading dask to version 0.14.3 |
holoviews/core/util.py:27: FutureWarning: pandas.tslib is deprecated |
@philippjfr Is this purely a pandas/dask issue that we need to be aware of but otherwise has nothing to do with our end? |
That dask |
All the required fixes were merged. Closing. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pandas 0.20.1 has been released with some backward incompatible changes. Based on a quick scan of the changelog the deprecation of
.ix
stands out to me as we use it in.select
. This should be a trivial fix, but I'll have to do some testing to see if there's more issues.The text was updated successfully, but these errors were encountered: