-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: remove LegacyFoo from io.pytables #29787
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would add a note to what’s new as well
@@ -180,8 +180,6 @@ class DuplicateWarning(Warning): | |||
# storer class map | |||
_STORER_MAP = { | |||
"Series": "LegacySeriesFixed", | |||
"DataFrame": "LegacyFrameFixed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think Series as well?
ok. saying what? its not actually clear to me what these unused classed did that we are removing support for |
just say that we removed legacy HDf5 support which was for pandas files written in version xxx (have to see if can figure when) it’s likely pretty old though like 0.11 or something |
added a note, couldn't be too specific; looking through the blame i didnt see anything except "legacy", and the last relevant change was from 2013 with no attached PR |
thanks! |
No description provided.