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/v1.5.0.rst
+4
Original file line number
Diff line number
Diff line change
@@ -792,6 +792,10 @@ Performance improvements
792
792
- Performance improvement in :func:`read_excel` when ``nrows`` argument provided (:issue:`32727`)
793
793
- Performance improvement in :meth:`.Styler.to_excel` when applying repeated CSS formats (:issue:`47371`)
794
794
- Performance improvement in :meth:`MultiIndex.is_monotonic_increasing` (:issue:`47458`)
795
+
- Performance improvement in :class:`BusinessHour` ``str`` and ``repr`` (:issue:`44764`)
796
+
- Performance improvement in datetime arrays string formatting 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`)
797
+
- Performance improvement in :meth:`Series.to_sql` and :meth:`DataFrame.to_sql` (:class:`SQLiteTable`) when processing time arrays. (:issue:`44764`)
0 commit comments