We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f1f69 commit b821bd1Copy full SHA for b821bd1
doc/source/whatsnew/v2.1.0.rst
@@ -438,6 +438,8 @@ Reshaping
438
- Bug in :meth:`DataFrame.stack` losing extension dtypes when columns is a :class:`MultiIndex` and frame contains mixed dtypes (:issue:`45740`)
439
- Bug in :meth:`DataFrame.transpose` inferring dtype for object column (:issue:`51546`)
440
- 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`)
443
-
444
445
Sparse
0 commit comments