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

Panel not available in pandas 1.2 #884

Closed
grinisrit opened this issue Jan 21, 2021 · 4 comments
Closed

Panel not available in pandas 1.2 #884

grinisrit opened this issue Jan 21, 2021 · 4 comments

Comments

@grinisrit
Copy link

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'

@ahmadazizi
Copy link

yes, Panel has been removed in recent stable versions of Pandas. Installation will interrupt

@shashank88
Copy link
Contributor

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

@shashank88
Copy link
Contributor

I just realized this is already merged in by @enricodetoma #881

@enricodetoma
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants