Skip to content

Allow method keyword for DataFrame.corrwith() #9490

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

Closed
rhkarls opened this issue Feb 14, 2015 · 1 comment · Fixed by #58231
Closed

Allow method keyword for DataFrame.corrwith() #9490

rhkarls opened this issue Feb 14, 2015 · 1 comment · Fixed by #58231

Comments

@rhkarls
Copy link
Contributor

rhkarls commented Feb 14, 2015

Now it is not possible to choose method when using corrwith() function, which defaults to pearson (I assume). Would be great to see the same methods that are allowed in corr().

@jreback
Copy link
Contributor

jreback commented Feb 15, 2015

this seems reasonable, but would require reworking the current implementation a bit.

pull-requests are welcome.

@jreback jreback added API Design Error Reporting Incorrect or improved errors from pandas Enhancement and removed Error Reporting Incorrect or improved errors from pandas labels Feb 15, 2015
@jreback jreback added this to the 0.17.0 milestone Feb 15, 2015
@jreback jreback added Numeric Operations Arithmetic, Comparison, and Logical operations Difficulty Intermediate labels May 7, 2017
@mroeschke mroeschke removed this from the Contributions Welcome milestone Oct 13, 2022
@jbrockmendel jbrockmendel added cov/corr and removed Numeric Operations Arithmetic, Comparison, and Logical operations labels Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants