Skip to content

Commit 6084e0c

Browse files
committed
moar whatsnew
1 parent 8358c41 commit 6084e0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/whatsnew/v0.21.0.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Backwards incompatible API changes
176176
``PeriodIndex`` resampling
177177
^^^^^^^^^^^^^^^^^^^^^^^^^^
178178

179-
In previous versions of pandas, resampling a ``Series``/``DataFrame`` indexed by a ``PeriodIndex`` returned a ``DatetimeIndex`` in some cases (:issue:`12884`). Resampling to a multiplied frequency now returns a ``PeriodIndex`` (:issue:`15944`).
179+
In previous versions of pandas, resampling a ``Series``/``DataFrame`` indexed by a ``PeriodIndex`` returned a ``DatetimeIndex`` in some cases (:issue:`12884`). Resampling to a multiplied frequency now returns a ``PeriodIndex`` (:issue:`15944`). As a minor enhancement, resampling a ``PeriodIndex`` can now handle ``NaT`` values (:issue:`13224`)
180180

181181
Previous Behavior:
182182

@@ -248,8 +248,6 @@ New Behavior:
248248
s.resample('M').ohlc()
249249

250250

251-
As a minor enhancement, resampling a ``PeriodIndex`` can now handle ``NaT`` values (:issue:`13224`)
252-
253251
.. _whatsnew_0210.api_breaking.deps:
254252

255253
Dependencies have increased minimum versions

0 commit comments

Comments
 (0)