Skip to content

Commit db5b0ae

Browse files
committed
more doc fixes
1 parent fb1d505 commit db5b0ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ pd.unique will now be consistent with extension types
600600
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
601601

602602
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`)
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

12201219
Indexing
12211220
^^^^^^^^

0 commit comments

Comments
 (0)