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.24.0.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -711,7 +711,7 @@ Reshaping
711
711
- Bug in :func:`get_dummies` with Unicode attributes in Python 2 (:issue:`22084`)
712
712
- Bug in :meth:`DataFrame.replace` raises ``RecursionError`` when replacing empty lists (:issue:`22083`)
713
713
- Bug in :meth:`Series.replace` and meth:`DataFrame.replace` when dict is used as the `to_replace` value and one key in the dict is is another key's value, the results were inconsistent between using integer key and using string key (:issue:`20656`)
714
-
- Bug in :meth:`DataFrame.drop_duplicates`for empty DataFrame throws error (:issue:`20516`)
714
+
- Bug in :meth:`DataFrame.drop_duplicates`for empty DataFrame throws error (:issue:`20516`)
0 commit comments