-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
DEPR: Enforce 2.0 deprecations #50579
Comments
Is this redundant with #30228? |
Yeah it appears these are essentially the "last" depercations that need to be enforced in #30228 |
#35967 can be removed since it was never merged, yea? |
What is the status of #35967 wrt. changing the default for the This issue is something that relatively often bites people I think, so would be good to change, either as a deprecation or a 2.0 change. |
I'm planning to push for deprecating in 2.x, but would be -1 on changing in 2.0 itself. |
xref #30228
List of deprecations pending enforcement before releasing pandas 2.0.
datetimelike.astype(...)
Int64Index
,UInt64Index
&Float64Index
DataFrame.to_latex
usingStyler
Those are from unchecked items in #30228 and #50196 (comment). We should probably run a grep to see what else is pending before we start merging PRs that introduce new deprecations (see #50578).
The text was updated successfully, but these errors were encountered: