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
Performance improvement in :class:DatetimeArray and :class:DatetimeIndex: string formatting is now up to 80% faster (as fast as default) when one of the default strftime formats "%Y-%m-%d %H:%M:%S" or "%Y-%m-%d %H:%M:%S.%f" is used. See pandas-dev#44764
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v1.5.0.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -385,7 +385,8 @@ Performance improvements
385
385
- Performance improvement when setting values in a pyarrow backed string array (:issue:`46400`)
386
386
- Performance improvement in :func:`factorize` (:issue:`46109`)
387
387
- Performance improvement in :class:`DataFrame` and :class:`Series` constructors for extension dtype scalars (:issue:`45854`)
388
-
- Performance improvement in :class:`BusinessHour`, ``repr`` is now 4 times faster ! (related to :issue:`44764`)
388
+
- Performance improvement in :class:`BusinessHour`, ``str`` and ``repr`` are now 4 times faster ! (related to :issue:`44764`)
389
+
- Performance improvement in :class:`DatetimeArray` and :class:`DatetimeIndex`: string formatting is now up to 80% faster (as fast as default) when one of the default strftime formats ``"%Y-%m-%d %H:%M:%S"`` or ``"%Y-%m-%d %H:%M:%S.%f"`` is used. (:issue:`44764`)
0 commit comments