We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca60804 + 8c5a88e commit b1520b8Copy full SHA for b1520b8
doc/source/whatsnew/v1.0.0.rst
@@ -549,7 +549,7 @@ Indexing
549
- Bug in :meth:`Float64Index.astype` where ``np.inf`` was not handled properly when casting to an integer dtype (:issue:`28475`)
550
- :meth:`Index.union` could fail when the left contained duplicates (:issue:`28257`)
551
- :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
--
+- Bug in :meth:`DataFrame.loc` with incorrect dtype when setting Categorical value in 1-row DataFrame (:issue:`25495`)
553
554
Missing
555
^^^^^^^
0 commit comments