You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently removing Panel from pandas (pandas-dev/pandas#27101), so that breaks xarray (and statsmodels). For that reason, we are going to keep an empty class so that the above use case doesn't directly break. But it would still be good to remove that usage (or only add it for pandas versions below 0.25.0)
The text was updated successfully, but these errors were encountered:
There is still some usage of
pd.Panel
(just accessing the name in the pandas namespace for isinstance check), eg:xarray/xarray/core/merge.py
Line 18 in a78e0f6
We are currently removing Panel from pandas (pandas-dev/pandas#27101), so that breaks xarray (and statsmodels). For that reason, we are going to keep an empty class so that the above use case doesn't directly break. But it would still be good to remove that usage (or only add it for pandas versions below 0.25.0)
The text was updated successfully, but these errors were encountered: