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.2.0.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ Deprecations
304
304
Performance improvements
305
305
~~~~~~~~~~~~~~~~~~~~~~~~
306
306
307
-
- Performance improvements when creating DataFrame or Series with dtype ``str`` or :class:`StringDtype` from array with many string elements (:issue:`36304`, :issue:`36317`, :issue:`36325`, :issue:`36432`)
307
+
- Performance improvements when creating DataFrame or Series with dtype ``str`` or :class:`StringDtype` from array with many string elements (:issue:`36304`, :issue:`36317`, :issue:`36325`, :issue:`36432`, :issue:`37371`)
308
308
- Performance improvement in :meth:`GroupBy.agg` with the ``numba`` engine (:issue:`35759`)
309
309
- Performance improvements when creating :meth:`pd.Series.map` from a huge dictionary (:issue:`34717`)
310
310
- Performance improvement in :meth:`GroupBy.transform` with the ``numba`` engine (:issue:`36240`)
0 commit comments