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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.17.0.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -551,6 +551,7 @@ Performance Improvements
551
551
- 4x improvement in ``timedelta`` string parsing (:issue:`6755`, :issue:`10426`)
552
552
- 8x improvement in ``timedelta64`` and ``datetime64`` ops (:issue:`6755`)
553
553
- Significantly improved performance of indexing ``MultiIndex`` with slicers (:issue:`10287`)
554
+
- 8x improvement in ``iloc`` using list-like input (:issue:`10791`)
554
555
- Improved performance of ``Series.isin`` for datetimelike/integer Series (:issue:`10287`)
555
556
- 20x improvement in ``concat`` of Categoricals when categories are identical (:issue:`10587`)
556
557
- Improved performance of ``to_datetime`` when specified format string is ISO8601 (:issue:`10178`)
@@ -627,7 +628,7 @@ Bug Fixes
627
628
- Bug in ``read_msgpack`` where DataFrame to decode has duplicate column names (:issue:`9618`)
628
629
- Bug in ``io.common.get_filepath_or_buffer`` which caused reading of valid S3 files to fail if the bucket also contained keys for which the user does not have read permission (:issue:`10604`)
629
630
- Bug in vectorised setting of timestamp columns with python ``datetime.date`` and numpy ``datetime64`` (:issue:`10408`, :issue:`10412`)
630
-
631
+
- Bug in ``Index.take`` may add unnecessary ``freq`` attribute (:issue:`10791`)
631
632
632
633
- Bug in ``pd.DataFrame`` when constructing an empty DataFrame with a string dtype (:issue:`9428`)
633
634
- Bug in ``pd.unique`` for arrays with the ``datetime64`` or ``timedelta64`` dtype that meant an array with object dtype was returned instead the original dtype (:issue: `9431`)
0 commit comments