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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@ Deprecations
334
334
Performance improvements
335
335
~~~~~~~~~~~~~~~~~~~~~~~~
336
336
337
-
- 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`)
337
+
- 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`)
338
338
- Performance improvement in :meth:`GroupBy.agg` with the ``numba`` engine (:issue:`35759`)
339
339
- Performance improvements when creating :meth:`pd.Series.map` from a huge dictionary (:issue:`34717`)
340
340
- Performance improvement in :meth:`GroupBy.transform` with the ``numba`` engine (:issue:`36240`)
0 commit comments