pandas.Series.quantile — pandas 1.3.5 documentation
pandas.pydata.org › pandaspandas.Series.quantile. ¶. Return value at the given quantile. The quantile (s) to compute, which can lie in range: 0 <= q <= 1. This optional parameter specifies the interpolation method to use, when the desired quantile lies between two data points i and j: linear: i + (j - i) * fraction, where fraction is the fractional part of the index ...
numpy.quantile — NumPy v1.23.dev0 Manual
numpy.org › generated › numpynumpy.quantile ¶. numpy.quantile. ¶. Compute the q-th quantile of the data along the specified axis. New in version 1.15.0. Input array or object that can be converted to an array. Quantile or sequence of quantiles to compute, which must be between 0 and 1 inclusive. Axis or axes along which the quantiles are computed.