You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The culprit is that if upcast is required, ser doesn't get changed in the com call. Since we're making a copy of self anyways, shouldn't we always pass in change?
yea, it's not something I'd likely run across. I was actually planning to use com._maybe_upcast_putmask, saw its behavior, went to see how it was used, and then couldn't figure out how the quoted lines form Series.where would return the correct results when upcasting and inplace=False.
The culprit is that if upcast is required, ser doesn't get changed in the
com
call. Since we're making a copy of self anyways, shouldn't we always pass in change?I didn't hit this organically and I'm assuming it's a fairly contrived example. Was just reading code and found this.
The text was updated successfully, but these errors were encountered: