We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51df19 commit 44932ccCopy full SHA for 44932cc
doc/source/whatsnew/v0.19.0.txt
@@ -1563,4 +1563,3 @@ Bug Fixes
1563
- ``PeridIndex`` can now accept ``list`` and ``array`` which contains ``pd.NaT`` (:issue:`13430`)
1564
- Bug in ``df.groupby`` where ``.median()`` returns arbitrary values if grouped dataframe contains empty bins (:issue:`13629`)
1565
- Bug in ``Index.copy()`` where ``name`` parameter was ignored (:issue:`14302`)
1566
-- Bug in ``concat`` where names of keys were not propagated to the resulting MultiIndex (:issue:`14252`)
doc/source/whatsnew/v0.19.1.txt
@@ -30,3 +30,4 @@ Performance Improvements
30
31
Bug Fixes
32
~~~~~~~~~
33
+- Bug in ``concat`` where names of keys were not propagated to the resulting MultiIndex (:issue:`14252`)
0 commit comments