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
@@ -252,6 +252,7 @@ Missing
252
252
MultiIndex
253
253
^^^^^^^^^^
254
254
255
+
- Constructior for :class:`MultiIndex` verifies that the given ``sortorder`` is compatible with the actual ``lexsort_depth`` if ``verify_integrity`` parameter is ``True`` (the default) (:issue:`28735`)
255
256
-
256
257
-
257
258
@@ -294,6 +295,7 @@ Reshaping
294
295
- Bug in :meth:`DataFrame.stack` not handling non-unique indexes correctly when creating MultiIndex (:issue: `28301`)
295
296
- :meth:`DataFrame.merge` now preserves right frame's row order when executing a right merge (:issue:`27453`)
296
297
- Bug :func:`merge_asof` could not use :class:`datetime.timedelta` for ``tolerance`` kwarg (:issue:`28098`)
298
+
- Bug in :func:`merge`, did not append suffixes correctly with MultiIndex (:issue:`28518`)
0 commit comments