Skip to content

Commit 686f052

Browse files
committed
Correct documentation numeric_only inDataFrame.quantile
1 parent ed7d26e commit 686f052

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
@@ -10538,7 +10538,7 @@ def quantile(
1053810538
Value between 0 <= q <= 1, the quantile(s) to compute.
1053910539
axis : {0, 1, 'index', 'columns'}, default 0
1054010540
Equals 0 or 'index' for row-wise, 1 or 'columns' for column-wise.
10541-
numeric_only : bool, default False
10541+
numeric_only : bool, default True
1054210542
If False, the quantile of datetime and timedelta data will be
1054310543
computed as well.
1054410544
interpolation : {'linear', 'lower', 'higher', 'midpoint', 'nearest'}

0 commit comments

Comments
 (0)