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
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ the user to override the engine's default behavior to include or omit the
21
21
dataframe's indexes from the resulting Parquet file. (:issue:`20768`)
22
22
- :meth:`DataFrame.corr` and :meth:`Series.corr` now accept a callable for generic calculation methods of correlation, e.g. histogram intersection (:issue:`22684`)
23
23
- :func:`DataFrame.to_string` now accepts ``decimal`` as an argument, allowing
24
-
the user to use a decimal separator. (:issue:`23614`)
24
+
the user to specify which decimal separator should be used in the output. (:issue:`23614`)
0 commit comments