We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fce75e commit e89ac18Copy full SHA for e89ac18
doc/source/whatsnew/v1.0.0.rst
@@ -247,6 +247,7 @@ Missing
247
MultiIndex
248
^^^^^^^^^^
249
250
+- Constructior for :class:`MultiIndex` verify the `sortorder` if `verify_integrity` parameter is `True` (the default)
251
-
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`)
290
- Bug in :meth:`DataFrame.stack` not handling non-unique indexes correctly when creating MultiIndex (:issue: `28301`)
291
- Bug :func:`merge_asof` could not use :class:`datetime.timedelta` for ``tolerance`` kwarg (:issue:`28098`)
292
+- Bug :func:`merge` did not append suffixes correctly with MultiIndex (:issues:`28518`)
293
294
Sparse
295
^^^^^^
0 commit comments