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
* Revert "ERR: Raise ValueError when setting scalars in a dataframe with no index ( pandas-dev#16823) (pandas-dev#16968)"
This reverts commit f9ba6fe.
* TST: expicit test on setting scalars on empty frame
closespandas-dev#17894
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
@@ -791,8 +791,6 @@ Other API Changes
791
791
- 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`).
792
792
- Pandas no longer registers matplotlib converters on import. The converters
793
793
will be registered and used when the first plot is draw (:issue:`17710`)
794
-
- Setting on a column with a scalar value and 0-len index now raises a ``ValueError`` (:issue:`16823`)
0 commit comments