Returns the quantile per numeric/timedelta column.
Parameters
q
(Union[float, List[float]]) – value or list of values between 0 and 1.axis
– only axis=1
is supported. This means columns are aggregated.
Returns
a new DataFrame with the aggregation applied to all selected columns.