Skip to content

Commit 9d82f32

Browse files
Fix whatsnew entry
1 parent fd69da6 commit 9d82f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Other enhancements
9999
``df.to_csv(path, compression={'method': 'gzip', 'compresslevel': 1}``
100100
(:issue:`33196`)
101101
- :meth:`~pandas.core.groupby.GroupBy.transform` has gained ``engine`` and ``engine_kwargs`` arguments that supports executing functions with ``Numba`` (:issue:`32854`)
102-
- :meth:`to_csv` now accepts an ``error`` argument (:issue:`22610`)
103-
-
102+
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
103+
104104

105105
.. ---------------------------------------------------------------------------
106106

0 commit comments

Comments
 (0)