Skip to content

Commit 2a3ae84

Browse files
committed
DEPR: Correct message error frame.quantile
1 parent 48ccac6 commit 2a3ae84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10601,7 +10601,7 @@ def quantile(
1060110601
"In future versions of pandas, numeric_only will be set to "
1060210602
"False by default, and the datetime/timedelta columns will "
1060310603
"be considered in the results. To not consider these columns"
10604-
"specify numeric_only=True and ignore this warning.",
10604+
"specify numeric_only=True.",
1060510605
FutureWarning,
1060610606
stacklevel=find_stack_level(),
1060710607
)

0 commit comments

Comments
 (0)