Closed grinisrit closed 3 years ago
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 https://github.com/man-group/arctic/pull/881
Please also take a look at pull request #887 (not yet merged) which contains an additional fix
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'