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/v1.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -451,6 +451,7 @@ Reshaping
451
451
- Fix to ensure all int dtypes can be used in :func:`merge_asof` when using a tolerance value. Previously every non-int64 type would raise an erroneous ``MergeError`` (:issue:`28870`).
452
452
- Better error message in :func:`get_dummies` when `columns` isn't a list-like value (:issue:`28383`)
453
453
- Bug :meth:`Series.pct_change` where supplying an anchored frequency would throw a ValueError (:issue:`28664`)
454
+
- Bug where :meth:`DataFrame.equals` returned True incorrectly in some circumstances(:issue:`28839`)
0 commit comments