-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PDEP6 implementation pt 2: eablock.setitem, eablock.putmask #53405
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
This comment was marked as outdated.
This comment was marked as outdated.
Deprecated silent upcasting in setitem-like Series operations | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Setitem-like operations on Series (or DataFrame columns) which silently upcast the dtype are |
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.
Worth listing what methods are setitem-like?
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.
LGTM
Thanks @MarcoGorelli |
@MarcoGorelli do you have time/appetite to start enforcing the PDEP6 deprecation? If not, is enforcing the deprecation as easy as switching the warnings to exceptions or is there more cleanup? |
thanks for the ping! yup, I'll get to it - exciting to see it enforced! |
doing it today - sorry for the delay, been too caught up with other work projects, but some of them are winding down now |
following on from #50626