You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -267,6 +267,8 @@ API changes
267
267
- ``.filter()`` enforces mutual exclusion of the keyword arguments. (:issue:`12399`)
268
268
- ``PeridIndex`` can now accept ``list`` and ``array`` which contains ``pd.NaT`` (:issue:`13430`)
269
269
- ``__setitem__`` will no longer apply a callable rhs as a function instead of storing it. Call ``where`` directly to get the previous behavior. (:issue:`13299`)
270
+
- Passing ``Period`` with multiple frequencies to normal ``Index`` now returns ``Index`` with ``object`` dtype (:issue:`13664`)
271
+
- ``PeriodIndex.fillna`` with ``Period`` has different freq now coerces to ``object`` dtype (:issue:`13664`)
270
272
271
273
272
274
.. _whatsnew_0190.api.tolist:
@@ -601,7 +603,6 @@ Bug Fixes
601
603
- Bug in ``.unstack`` with ``Categorical`` dtype resets ``.ordered`` to ``True`` (:issue:`13249`)
602
604
- Clean some compile time warnings in datetime parsing (:issue:`13607`)
603
605
604
-
605
606
- Bug in ``Series`` comparison operators when dealing with zero dim NumPy arrays (:issue:`13006`)
606
607
- Bug in ``groupby`` where ``apply`` returns different result depending on whether first result is ``None`` or not (:issue:`12824`)
607
608
- Bug in ``groupby(..).nth()`` where the group key is included inconsistently if called after ``.head()/.tail()`` (:issue:`12839`)
0 commit comments