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
@@ -413,7 +413,7 @@ Performance Improvements
413
413
- Improved performance of timeseries plotting with an irregular DatetimeIndex
414
414
(or with ``compat_x=True``) (:issue:`15073`).
415
415
- Improved performance of ``groupby().cummin()`` and ``groupby().cummax()`` (:issue:`15048`, :issue:`15109`)
416
-
416
+
- Improved performance and reduced memory when indexing with a ``MultiIndex`` (:issue:`15245`)
417
417
- When reading buffer object in ``read_sas()`` method without specified format, filepath string is inferred rather than buffer object.
418
418
419
419
@@ -443,6 +443,8 @@ Bug Fixes
443
443
- Bug in ``DataFrame.loc`` with indexing a ``MultiIndex`` with a ``Series`` indexer (:issue:`14730`)
444
444
445
445
446
+
447
+
- Bug in the display of ``.info()`` where a qualifier (+) would always be displayed with a ``MultiIndex`` that contains only non-strings (:issue:`15245`)
446
448
- Bug in ``pd.read_msgpack()`` in which ``Series`` categoricals were being improperly processed (:issue:`14901`)
447
449
- Bug in ``Series.ffill()`` with mixed dtypes containing tz-aware datetimes. (:issue:`14956`)
0 commit comments