Skip to content

Commit b1520b8

Browse files
committed
Merge branch 'bug/categorical-indexing-1row-df' of github.com:keechongtan/pandas into bug/categorical-indexing-1row-df
* 'bug/categorical-indexing-1row-df' of github.com:keechongtan/pandas: Update whatsnew entry
2 parents ca60804 + 8c5a88e commit b1520b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Indexing
549549
- Bug in :meth:`Float64Index.astype` where ``np.inf`` was not handled properly when casting to an integer dtype (:issue:`28475`)
550550
- :meth:`Index.union` could fail when the left contained duplicates (:issue:`28257`)
551551
- :meth:`Index.get_indexer_non_unique` could fail with `TypeError` in some cases, such as when searching for ints in a string index (:issue:`28257`)
552-
-
552+
- Bug in :meth:`DataFrame.loc` with incorrect dtype when setting Categorical value in 1-row DataFrame (:issue:`25495`)
553553

554554
Missing
555555
^^^^^^^

0 commit comments

Comments
 (0)