DEPR: groupby.corrwith #57158
Labels
Deprecate
Functionality to remove in pandas
Groupby
Needs Discussion
Requires discussion from core team before further action
Reduction Operations
sum, mean, min, max, etc.
Milestone
As far as I can tell, corrwith was added simply because it could be along with other methods on DataFrame. Searching SO gives two results, of which
corrwith
is not involved in the solution for both. I'm guessing this method really doesn't see much if any use.It's signature is odd - it pairs each of the groups up with a single DataFrame and aligns them.
I'm thinking we should deprecate this method.
The text was updated successfully, but these errors were encountered: