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 db07dca commit 0ff82b4Copy full SHA for 0ff82b4
doc/source/whatsnew/v1.1.0.rst
@@ -70,8 +70,8 @@ Other enhancements
70
- :func:`timedelta_range` will now infer a frequency when passed ``start``, ``stop``, and ``periods`` (:issue:`32377`)
71
- Positional slicing on a :class:`IntervalIndex` now supports slices with ``step > 1`` (:issue:`31658`)
72
- :meth:`DataFrame.sample` will now also allow array-like and BitGenerator objects to be passed to ``random_state`` as seeds (:issue:`32503`)
73
-- :meth:`to_csv` now accepts an ``error`` argument (:issue:`22610`)
74
--
+- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
+
75
76
.. ---------------------------------------------------------------------------
77
0 commit comments