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