Skip to content

Commit aead5ec

Browse files
committed
docs
1 parent 8065bf7 commit aead5ec

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
@@ -598,7 +598,7 @@ ndarray, you can always convert explicitly using ``np.asarray(idx.hour)``.
598598
pd.unique will now be consistent with extension types
599599
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
600600

601-
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.
601+
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`)
602602

603603
Previous behaviour:
604604

0 commit comments

Comments
 (0)