-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: final Panel cleanup #25632
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
Comments
anything left on this cc @pandas-dev/pandas-core |
I opened #26627, I couldn't find anything else. |
Were the pickle/msgpack files ever recreated without Panel? |
@jbrockmendel is that all we need to do is basically re-save those test files? |
Using the older pandas versions, yah. When I tried to do this a few months ago it didn't go great, don't remember off the top of my head what went wrong. |
there seems a small bit of panel specific code in to_xarray in core.generic. it's not tested for self.ndim> 2, ok to remove? |
I think we can take the final step an remove all remaining references to Panel.
note that the pickle & msgpack files will stay.
TODO
_constructor_expanddim
raise aNotimplementederror
The text was updated successfully, but these errors were encountered: