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
ENH: correlation function accepts method being a callable
- other than the listed strings for the `method` argument, accept a callable for generic correlation calculations
- minor fix of = to == in requirements file
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+3
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ New features
17
17
18
18
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`)
19
19
20
+
- :meth:`DataFrame.corr` and :meth:`Series.corr` now accept a callable for generic calculation methods of correlation, e.g. histogram intersection (:issue:`22684`)
0 commit comments