File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ Documentation Changes
85
85
86
86
Bug Fixes
87
87
~~~~~~~~~
88
- - Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
89
- - Bug in :class:`TimedeltaIndex` subtraction could incorrectly overflow when ``NaT`` is present (:issue:`17791`)
90
- - Bug in :class:`DatetimeIndex` subtracting datetimelike from DatetimeIndex could fail to overflow (:issue:`18020`)
91
88
92
89
Conversion
93
90
^^^^^^^^^^
@@ -162,8 +159,8 @@ Numeric
162
159
^^^^^^^
163
160
164
161
- Bug in ``pd.Series.rolling.skew()`` and ``rolling.kurt()`` with all equal values has floating issue (:issue:`18044`)
165
- -
166
- -
162
+ - Bug in :class:`TimedeltaIndex` subtraction could incorrectly overflow when ``NaT`` is present (:issue:`17791`)
163
+ - Bug in :class:`DatetimeIndex` subtracting datetimelike from DatetimeIndex could fail to overflow (:issue:`18020`)
167
164
-
168
165
169
166
Categorical
You can’t perform that action at this time.
0 commit comments