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
+2
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,7 @@ Missing
247
247
MultiIndex
248
248
^^^^^^^^^^
249
249
250
+
- Constructior for :class:`MultiIndex` verifies that the given ``sortorder`` is compatible with the actual ``lexsort_depth`` if ``verify_integrity`` parameter is ``True`` (the default)
250
251
-
251
252
-
252
253
@@ -288,6 +289,7 @@ Reshaping
288
289
- Bug in :meth:`DataFrame.apply` that caused incorrect output with empty :class:`DataFrame` (:issue:`28202`, :issue:`21959`)
289
290
- Bug in :meth:`DataFrame.stack` not handling non-unique indexes correctly when creating MultiIndex (:issue: `28301`)
290
291
- Bug :func:`merge_asof` could not use :class:`datetime.timedelta` for ``tolerance`` kwarg (:issue:`28098`)
292
+
- Bug in :func:`merge`, did not append suffixes correctly with MultiIndex (:issue:`28518`)
0 commit comments