DEPR: automatic upcasting on invalid reindex fill_value #53910
Labels
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Uh oh!
There was an error while loading. Please reload this page.
PDEP-6 is moving us away from automatic upcasting in
__setitem__
-like operations. #53868 and #53802 suggest doing the same (with possible int->float exception) for unstack and shift, respectively. I think that just leavesreindex
. Maybe we should call this behavior a footgun and deprecate it across the board?The text was updated successfully, but these errors were encountered: