Skip to content

Commit d7592da

Browse files
Update doc/source/whatsnew/v3.0.0.rst (removed reference to this PR)
Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
1 parent 86c1241 commit d7592da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Other enhancements
8484
- Support passing a :class:`Iterable[Hashable]` input to :meth:`DataFrame.drop_duplicates` (:issue:`59237`)
8585
- Support reading Stata 102-format (Stata 1) dta files (:issue:`58978`)
8686
- Support reading Stata 110-format (Stata 7) dta files (:issue:`47176`)
87-
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now support Python's new-style format strings (e.g., ``"{:.6f}"``) for the ``float_format`` parameter, in addition to old-style ``%`` format strings and callables. This allows for more flexible and modern formatting of floating point numbers when exporting to CSV. (:issue:`49580`, :issue:`61650`)
87+
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now support Python's new-style format strings (e.g., ``"{:.6f}"``) for the ``float_format`` parameter, in addition to old-style ``%`` format strings and callables. This allows for more flexible and modern formatting of floating point numbers when exporting to CSV. (:issue:`49580`)
8888

8989
.. ---------------------------------------------------------------------------
9090
.. _whatsnew_300.notable_bug_fixes:

0 commit comments

Comments
 (0)