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
Currently in apply, there are many separate places where post-processing logic is applied. Once this is logic has been better consolidated, we can avoid special-casing certain ops (e.g. "size" for DataFrame).
The text was updated successfully, but these errors were encountered:
Tangentially related: we've deprecated silent dropping of nuisance columns in groupby, resample, and DataFrame reductions, but apparently can also do so in core.apply. Would it make sense to deprecate it there too?
Ref #39935 (comment)
Currently in apply, there are many separate places where post-processing logic is applied. Once this is logic has been better consolidated, we can avoid special-casing certain ops (e.g. "size" for DataFrame).
The text was updated successfully, but these errors were encountered: