We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ccac6 commit 2a3ae84Copy full SHA for 2a3ae84
pandas/core/frame.py
@@ -10601,7 +10601,7 @@ def quantile(
10601
"In future versions of pandas, numeric_only will be set to "
10602
"False by default, and the datetime/timedelta columns will "
10603
"be considered in the results. To not consider these columns"
10604
- "specify numeric_only=True and ignore this warning.",
+ "specify numeric_only=True.",
10605
FutureWarning,
10606
stacklevel=find_stack_level(),
10607
)
0 commit comments