We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d943e4 commit a9eb4e0Copy full SHA for a9eb4e0
doc/source/whatsnew/v1.1.0.rst
@@ -289,7 +289,8 @@ Other enhancements
289
- Make :class:`pandas.core.window.Rolling` and :class:`pandas.core.window.Expanding` iterable(:issue:`11704`)
290
- Make ``option_context`` a :class:`contextlib.ContextDecorator`, which allows it to be used as a decorator over an entire function (:issue:`34253`).
291
- :meth:`to_csv` now accepts an ``error`` argument (:issue:`22610`)
292
--
+- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
293
+
294
295
.. ---------------------------------------------------------------------------
296
0 commit comments