Skip to content

Commit c3699fb

Browse files
DOC: added whatsnew entry for PR#16047 addressing GH15520
1 parent fbed5a6 commit c3699fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,8 @@ Conversion
15091509
- Bug in ``is_string_dtype``, ``is_timedelta64_ns_dtype``, and ``is_string_like_dtype`` in which an error was raised when ``None`` was passed in (:issue:`15941`)
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`)
1512+
- Bug in indexing with partial string indexing with a len-1 DataFrame (:issue:`16071`)
1513+
- Bug in ``pandas_dtype`` where passing invalid dtype didn't raise an error. (:issue:`15520`)
15121514

15131515
Indexing
15141516
^^^^^^^^

0 commit comments

Comments
 (0)