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.17.1.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Bug Fixes
92
92
- Bug in ``pivot_table`` with ``margins=True`` when indexes are of ``Categorical`` dtype (:issue:`10993`)
93
93
- Bug in ``DataFrame.plot`` cannot use hex strings colors (:issue:`10299`)
94
94
95
-
95
+
- Bug in ``DataFrame.drop_duplicates`` (regression from 0.16.2) causing some non-duplicate rows containing integer values to be dropped (:issue:`11376`)
96
96
97
97
98
98
- Bug in ``pd.eval`` where unary ops in a list error (:issue:`11235`)
0 commit comments