Skip to content

Commit c02d6ac

Browse files
committed
changed array.mean to Series.mean with ExtensionDtype columns
1 parent f9b17f7 commit c02d6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Deprecations
160160
Performance improvements
161161
~~~~~~~~~~~~~~~~~~~~~~~~
162162
- Performance improvement in :meth:`IntervalIndex.isin` (:issue:`38353`)
163-
- Performance improvement in :meth:`array.mean` (:issue:`34814`)
163+
- Performance improvement in :meth:`Series.mean` for ``ExtensionDtype`` columns (:issue:`34814`)
164164
-
165165

166166
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)