Skip to content

Commit 05a2f62

Browse files
committed
fix doc failure
1 parent 039094c commit 05a2f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.2.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ Other enhancements
217217
- ``Styler`` now allows direct CSS class name addition to individual data cells (:issue:`36159`)
218218
- :meth:`Rolling.mean()` and :meth:`Rolling.sum()` use Kahan summation to calculate the mean to avoid numerical problems (:issue:`10319`, :issue:`11645`, :issue:`13254`, :issue:`32761`, :issue:`36031`)
219219
- :meth:`DatetimeIndex.searchsorted`, :meth:`TimedeltaIndex.searchsorted`, :meth:`PeriodIndex.searchsorted`, and :meth:`Series.searchsorted` with datetimelike dtypes will now try to cast string arguments (listlike and scalar) to the matching datetimelike type (:issue:`36346`)
220-
-
221220
- Added methods :meth:`IntegerArray.prod`, :meth:`IntegerArray.min`, and :meth:`IntegerArray.max` (:issue:`33790`)
222221
- Where possible :meth:`RangeIndex.difference` and :meth:`RangeIndex.symmetric_difference` will return :class:`RangeIndex` instead of :class:`Int64Index` (:issue:`36564`)
223222
- :meth:`to_parquet` now supports :class:`MultiIndex` for columns in parquet format (:issue:`34777`)
@@ -234,6 +233,7 @@ Other enhancements
234233
- :func:`read_csv` supports memory-mapping for compressed files (:issue:`37621`)
235234
- Improve error reporting for :meth:`DataFrame.merge()` when invalid merge column definitions were given (:issue:`16228`)
236235
- Improve numerical stability for :meth:`Rolling.skew()`, :meth:`Rolling.kurt()`, :meth:`Expanding.skew()` and :meth:`Expanding.kurt()` through implementation of Kahan summation (:issue:`6929`)
236+
-
237237

238238
.. _whatsnew_120.api_breaking.python:
239239

0 commit comments

Comments
 (0)