You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -591,6 +591,8 @@ Other API Changes
591
591
- Bug in :func:`DataFrame.drop` caused boolean labels ``False`` and ``True`` to be treated as labels 0 and 1 respectively when dropping indices from a numeric index. This will now raise a ValueError (:issue:`16877`)
592
592
- Pandas no longer registers matplotlib converters on import. The converters
593
593
will be registered and used when the first plot is draw (:issue:`17710`)
594
+
- Setting on a column with a scalar value and 0-len index now raises a ``ValueError`` (:issue:`16823`)
0 commit comments