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
@@ -219,7 +219,7 @@ Deprecations
219
219
Performance improvements
220
220
~~~~~~~~~~~~~~~~~~~~~~~~
221
221
222
-
- Performance improvements when creating Series with dtype `str` or :class:`StringDtype` from array with many string elements (:issue:`36304`, :issue:`36317`)
222
+
- Performance improvements when creating Series with dtype `str` or :class:`StringDtype` from array with many string elements (:issue:`36304`, :issue:`36317`, :issue:`36325`)
223
223
- Performance improvement in :meth:`GroupBy.agg` with the ``numba`` engine (:issue:`35759`)
224
224
- Performance improvements when creating :meth:`pd.Series.map` from a huge dictionary (:issue:`34717`)
225
225
- Performance improvement in :meth:`GroupBy.transform` with the ``numba`` engine (:issue:`36240`)
0 commit comments