File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ pd.unique will now be consistent with extension types
600
600
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
601
601
602
602
In prior versions, using ``Series.unique()`` and ``pd.unique(Series)`` on ``Categorical`` and tz-aware
603
- datatypes would yield different return types. These are now made consistent.
603
+ datatypes would yield different return types. These are now made consistent. (:issue:`15903`)
604
604
605
605
- Datetime tz-aware
606
606
@@ -1215,7 +1215,6 @@ Conversion
1215
1215
- Bug in ``.asfreq()``, where frequency was not set for empty ``Series`` (:issue:`14320`)
1216
1216
- Bug in ``DataFrame`` construction with nulls and datetimes in a list-like (:issue:`15869`)
1217
1217
- Bug in ``DataFrame.fillna()`` with tz-aware datetimes (:issue:`15855`)
1218
- - Bug in the return type of ``pd.unique`` on a ``Categorical``, which was returning an ndarray and not a ``Categorical`` (:issue:`15903`)
1219
1218
1220
1219
Indexing
1221
1220
^^^^^^^^
You can’t perform that action at this time.
0 commit comments