Skip to content
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

Closed
philippjfr opened this issue May 5, 2017 · 7 comments
Closed

Pandas 0.20.1 compatibility #1410

philippjfr opened this issue May 5, 2017 · 7 comments
Milestone

Comments

@philippjfr
Copy link
Member

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.

@philippjfr philippjfr added this to the v1.7.1 milestone May 5, 2017
@ea42gh
Copy link
Contributor

ea42gh commented May 5, 2017

Issue with holoviews/pandas/dask

----> 6 import holoviews as hv
/usr/lib/python3.5/site-packages/holoviews/core/init.py in ()
----> 2 from .data import * # noqa (API import)
/usr/lib/python3.5/site-packages/holoviews/core/data/init.py in ()
---> 11 from ..dimension import redim
/usr/lib/python3.5/site-packages/holoviews/core/dimension.py in ()
---> 14 from ..core.util import (basestring, sanitize_identifier,
15 group_sanitizer, label_sanitizer, max_range,
16 find_range, dimension_sanitizer, OrderedDict,
/usr/lib/python3.5/site-packages/holoviews/core/util.py in ()
---> 32 import dask.dataframe as dd
/usr/lib/python3.5/site-packages/dask/dataframe/init.py in ()
1 from future import print_function, division, absolute_import
----> 3 from .core import (DataFrame, Series, Index, _Frame, map_partitions,
4 repartition, to_delayed)
/usr/lib/python3.5/site-packages/dask/dataframe/core.py in ()
---> 40 pd.computation.expressions.set_use_numexpr(False)
AttributeError: module 'pandas' has no attribute 'computation'

@ea42gh
Copy link
Contributor

ea42gh commented May 5, 2017

The problem was resolved by upgrading dask to version 0.14.3

@ea42gh
Copy link
Contributor

ea42gh commented May 6, 2017

holoviews/core/util.py:27: FutureWarning: pandas.tslib is deprecated

@jlstevens
Copy link
Contributor

@philippjfr Is this purely a pandas/dask issue that we need to be aware of but otherwise has nothing to do with our end?

@philippjfr
Copy link
Member Author

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 pandas.computation error is the remainder I've just opened a PR for.

@philippjfr
Copy link
Member Author

All the required fixes were merged. Closing.

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants