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 03105b5 commit 0c71fa6Copy full SHA for 0c71fa6
doc/source/whatsnew/v1.1.0.rst
@@ -288,6 +288,8 @@ Other enhancements
288
- :meth:`HDFStore.put` now accepts `track_times` parameter. Parameter is passed to ``create_table`` method of ``PyTables`` (:issue:`32682`).
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
+-
293
294
.. ---------------------------------------------------------------------------
295
0 commit comments