We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621fa2f commit 5424787Copy full SHA for 5424787
doc/source/whatsnew/v1.1.0.rst
@@ -69,7 +69,7 @@ Other enhancements
69
- `OptionError` is now exposed in `pandas.errors` (:issue:`27553`)
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:`to_csv` now accepts an ``error`` argument (:issue:`22610`)
+- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
73
74
.. ---------------------------------------------------------------------------
75
0 commit comments