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 ...