Skip to content

Commit b821bd1

Browse files
committed
1 parent d3f1f69 commit b821bd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v2.1.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@ Reshaping
438438
- Bug in :meth:`DataFrame.stack` losing extension dtypes when columns is a :class:`MultiIndex` and frame contains mixed dtypes (:issue:`45740`)
439439
- Bug in :meth:`DataFrame.transpose` inferring dtype for object column (:issue:`51546`)
440440
- Bug in :meth:`Series.combine_first` converting ``int64`` dtype to ``float64`` and losing precision on very large integers (:issue:`51764`)
441+
- Bug in :meth:`DataFrame.__setitem__` allows assignments for multiple-dimension ndarray into one column (:issue:`51925`)
442+
- Bug in :meth:`BlockManager.insert` allows assignments for multiple-dimension ndarray into one column (:issue:`53366`)
441443
-
442444

443445
Sparse

0 commit comments

Comments
 (0)