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
@@ -469,7 +469,7 @@ Performance Improvements
469
469
- Improved performance of timeseries plotting with an irregular DatetimeIndex
470
470
(or with ``compat_x=True``) (:issue:`15073`).
471
471
- Improved performance of ``groupby().cummin()`` and ``groupby().cummax()`` (:issue:`15048`, :issue:`15109`)
472
-
472
+
- Improved performance and reduced memory when indexing with a ``MultiIndex`` (:issue:`15245`)
473
473
- When reading buffer object in ``read_sas()`` method without specified format, filepath string is inferred rather than buffer object.
474
474
475
475
@@ -499,6 +499,8 @@ Bug Fixes
499
499
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`)
500
500
501
501
502
+
503
+
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
502
504
- Bug in ``pd.read_msgpack()`` in which ``Series`` categoricals were being improperly processed (:issue:`14901`)
503
505
- Bug in ``Series.ffill()`` with mixed dtypes containing tz-aware datetimes. (:issue:`14956`)
0 commit comments