Skip to content

Commit 9d46787

Browse files
author
analyticalmonk
committed
added whatsnew entry for PR#16047 addressing GH15520
1 parent 99da2a8 commit 9d46787

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,12 @@ Conversion
15101510
- Bug in the return type of ``pd.unique`` on a ``Categorical``, which was returning an ndarray and not a ``Categorical`` (:issue:`15903`)
15111511
- Bug in ``Index.to_series()`` where the index was not copied (and so mutating later would change the original), (:issue:`15949`)
15121512

1513+
1514+
Dtype
1515+
^^^^^
1516+
1517+
- Bug in ``pandas_dtype`` where passing invalid dtype didn't raise an error. (:issue:`15520`)
1518+
15131519
Indexing
15141520
^^^^^^^^
15151521

0 commit comments

Comments
 (0)