File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 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
600600^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
601601
602602In 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`)
604604
605605- Datetime tz-aware
606606
@@ -1215,7 +1215,6 @@ Conversion
12151215- Bug in ``.asfreq()``, where frequency was not set for empty ``Series`` (:issue:`14320`)
12161216- Bug in ``DataFrame`` construction with nulls and datetimes in a list-like (:issue:`15869`)
12171217- 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`)
12191218
12201219Indexing
12211220^^^^^^^^
You can’t perform that action at this time.
0 commit comments