We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a6662 commit 330c9f9Copy full SHA for 330c9f9
pandas/core/series.py
@@ -4202,7 +4202,7 @@ def apply(
4202
convert_dtype : bool, default True
4203
Try to find better dtype for elementwise function results. If
4204
False, leave as dtype=object. Note that the dtype is always
4205
- preserved for extension array dtypes, such as Categorical.
+ preserved for some extension array dtypes, such as Categorical.
4206
args : tuple
4207
Positional arguments passed to func after the series value.
4208
**kwargs
0 commit comments