-
Notifications
You must be signed in to change notification settings - Fork 583
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
Panel not available in pandas 1.2 #884
Comments
yes, Panel has been removed in recent stable versions of Pandas. Installation will interrupt |
I guess this will be a blocker for people to be on the latest pandas version, we could handle the import error here. WIll take a look over the weekend |
I just realized this is already merged in by @enricodetoma #881 |
Please also take a look at pull request #887 (not yet merged) which contains an additional fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from pandas 1.2 Panel is not available anymore, so this causes an error:
arctic/store/_pandas_ndarray_store.py", line 6, in
from pandas import DataFrame, Series, Panel
ImportError: cannot import name 'Panel' from 'pandas'
The text was updated successfully, but these errors were encountered: