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.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ New features
24
24
the user to override the engine's default behavior to include or omit the
25
25
dataframe's indexes from the resulting Parquet file. (:issue:`20768`)
26
26
- :meth:`DataFrame.corr` and :meth:`Series.corr` now accept a callable for generic calculation methods of correlation, e.g. histogram intersection (:issue:`22684`)
27
-
27
+
- :func:`DataFrame.to_string` now accepts ``decimal`` as an argument, allowing
28
+
the user to specify which decimal separator should be used in the output. (:issue:`23614`)
- :class:`DateOffset` attribute `_cacheable` and method `_should_cache` have been removed (:issue:`23118`)
1003
1004
- Comparing :class:`Timedelta` to be less or greater than unknown types now raises a ``TypeError`` instead of returning ``False`` (:issue:`20829`)
1004
1005
- :meth:`Index.hasnans` and :meth:`Series.hasnans` now always return a python boolean. Previously, a python or a numpy boolean could be returned, depending on circumstances (:issue:`23294`).
1006
+
- The order of the arguments of :func:`DataFrame.to_html` and :func:`DataFrame.to_string` is rearranged to be consistent with each other. (:issue:`23614`)
0 commit comments