Skip to content

Commit f3f2cd9

Browse files
topper-123mroeschke
andcommitted
DEPR: Deprecate the convert_dtype param in Series.Apply (pandas-dev#52257)
* DEPR: Deprecate param convert_dtype in Series.Apply * fix StataReader * fix issue * Update pandas/core/series.py Co-authored-by: Matthew Roeschke <[email protected]> * explain more in warning --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent fe857a4 commit f3f2cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Deprecations
129129
- Deprecated parameter ``convert_type`` in :meth:`Series.apply` (:issue:`52140`)
130130
- Deprecated making :meth:`Series.apply` return a :class:`DataFrame` when the passed-in callable returns a :class:`Series` object. In the future this will return a :class:`Series`.
131131
This pattern was very slow and it's recommended to use alternative methods to archive the same goal (:issue:`52116`)
132+
- Deprecated parameter ``convert_type`` in :meth:`Series.apply` (:issue:`52140`)
132133
-
133134

134135
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)