There was an error while loading. Please reload this page.
1 parent 3c390fe commit 4c0274aCopy full SHA for 4c0274a
pandas/core/apply.py
@@ -1095,7 +1095,7 @@ def apply_standard(self) -> DataFrame | Series:
1095
if len(mapped) and isinstance(mapped[0], ABCSeries):
1096
warnings.warn(
1097
"converting list of Series to a DataFrame in the Series.apply method "
1098
- "is deprecated and will be removed in the future version.",
+ "is deprecated and will be removed in a future version.",
1099
FutureWarning,
1100
stacklevel=find_stack_level(),
1101
) # GH52116
0 commit comments