DataFrame.quantile(q=0.5, axis=0, numeric_only=True, interpolation='linear') [source]
Return values at the given quantile over requested axis, a la numpy.percentile. Parameters:
q : float or array-like, default 0.5 (50% quantile) 0 <= q <= 1, the quantile(s) to compute axis : {0, 1, ?index?, ?columns?} (default 0) 0 or ?index? for row-wise, 1 or ?columns? for column-wise interpolation : {?linear?, ?lower?, ?higher?, ?midpoint?, ?nearest?} New in version 0.18.0. This optional p