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
closes#13904
BUG: a qualifer (+) would always display with a MultiIndex, regardless if it needed deep introspection for memory usage
PERF: rework MultiIndex.is_monotonic as per @ssanderson idea
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+3-1
Original file line number
Diff line number
Diff line change
@@ -470,7 +470,7 @@ Performance Improvements
470
470
- Improved performance of timeseries plotting with an irregular DatetimeIndex
471
471
(or with ``compat_x=True``) (:issue:`15073`).
472
472
- Improved performance of ``groupby().cummin()`` and ``groupby().cummax()`` (:issue:`15048`, :issue:`15109`)
473
-
473
+
- Improved performance and reduced memory when indexing with a ``MultiIndex`` (:issue:`15245`)
474
474
- When reading buffer object in ``read_sas()`` method without specified format, filepath string is inferred rather than buffer object.
475
475
476
476
@@ -500,6 +500,8 @@ Bug Fixes
500
500
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`)
501
501
502
502
503
+
504
+
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
503
505
- Bug in ``pd.read_msgpack()`` in which ``Series`` categoricals were being improperly processed (:issue:`14901`)
504
506
- Bug in ``Series.ffill()`` with mixed dtypes containing tz-aware datetimes. (:issue:`14956`)
0 commit comments