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