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 149ed35 commit 1030f6cCopy full SHA for 1030f6c
doc/source/whatsnew/v1.1.0.rst
@@ -290,6 +290,7 @@ Other enhancements
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
+- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``errors`` argument (:issue:`22610`)
294
295
296
.. ---------------------------------------------------------------------------
0 commit comments