Skip to content

Commit 41d1274

Browse files
committed
adjust whatsnew for comments
1 parent 0880ea3 commit 41d1274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Deprecations
172172
- Deprecated the methods :meth:`Series.bool` and :meth:`DataFrame.bool` (:issue:`51749`)
173173
- Deprecated :meth:`DataFrame.swapaxes` and :meth:`Series.swapaxes`, use :meth:`DataFrame.transpose` or :meth:`Series.transpose` instead (:issue:`51946`)
174174
- Deprecated parameter ``convert_type`` in :meth:`Series.apply` (:issue:`52140`)
175-
- 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`.
175+
- 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` whose values are themselves :class:`Series`.
176176
This pattern was very slow and it's recommended to use alternative methods to archive the same goal (:issue:`52116`)
177177
-
178178

0 commit comments

Comments
 (0)