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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ New features
20
20
- :func:`DataFrame.to_parquet` now accepts ``index`` as an argument, allowing
21
21
the user to override the engine's default behavior to include or omit the
22
22
dataframe's indexes from the resulting Parquet file. (:issue:`20768`)
23
+
- :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