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
@@ -706,6 +706,8 @@ Other API Changes
706
706
- Restricted DateOffset keyword arguments. Previously, ``DateOffset`` subclasses allowed arbitrary keyword arguments which could lead to unexpected behavior. Now, only valid arguments will be accepted. (:issue:`17176`).
707
707
- Pandas no longer registers matplotlib converters on import. The converters
708
708
will be registered and used when the first plot is draw (:issue:`17710`)
709
+
- Setting on a column with a scalar value and 0-len index now raises a ``ValueError`` (:issue:`16823`)
0 commit comments