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#15503
Author: Jeff Reback <[email protected]>
Closes#15510 from jreback/reshape3 and squashes the following commits:
ec29226 [Jeff Reback] PERF: faster unstacking
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -640,7 +640,7 @@ Performance Improvements
640
640
- Improved performance and reduced memory when indexing with a ``MultiIndex`` (:issue:`15245`)
641
641
- When reading buffer object in ``read_sas()`` method without specified format, filepath string is inferred rather than buffer object. (:issue:`14947`)
642
642
- Improved performance of `rank()` for categorical data (:issue:`15498`)
643
-
643
+
- Improved performance when using ``.unstack()`` (:issue:`15503`)
0 commit comments