Skip to content

Commit 9b87fe7

Browse files
committed
DOC: Add whatsnew note
1 parent 665b1fd commit 9b87fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.23.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,7 @@ Reshaping
13561356
- Bug in :meth:`DataFrame.astype` where column metadata is lost when converting to categorical or a dictionary of dtypes (:issue:`19920`)
13571357
- Bug in :func:`cut` and :func:`qcut` where timezone information was dropped (:issue:`19872`)
13581358
- Bug in :class:`Series` constructor with a ``dtype=str``, previously raised in some cases (:issue:`19853`)
1359+
- Bug in :func:`isna`, which cannot handle ambiguous typed lists (:issue:`20675`)
13591360

13601361
Other
13611362
^^^^^

0 commit comments

Comments
 (0)