Skip to content

Commit 5ca9e97

Browse files
committed
docs
1 parent 6d0ffb8 commit 5ca9e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ ndarray, you can always convert explicitly using ``np.asarray(idx.hour)``.
568568
pd.unique will now be consistent with extension types
569569
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
570570

571-
In prior versions, using ``Series.unique()`` and ``pd.unique(Series)`` on ``Categorical`` and tz-aware datatypes would yield different return types. These are now consistent to return the extension type.
571+
In prior versions, using ``Series.unique()`` and ``pd.unique(Series)`` on ``Categorical`` and tz-aware datatypes would yield different return types. These are now consistent to return the extension type. Note that the behavior of ``Index.unique()`` and ``pd.unique(Index)`` has not changed. (:issue:`15939`)
572572

573573
Previous behaviour:
574574

0 commit comments

Comments
 (0)