pandas.core.window.Rolling.quantile — pandas 0.18.1 documentation (original) (raw)
Rolling.quantile(quantile, **kwargs)¶
rolling quantile
Parameters: | quantile : float 0 <= quantile <= 1 |
---|---|
Returns: | same type as input |
See also
Rolling.quantile(quantile, **kwargs)¶
rolling quantile
Parameters: | quantile : float 0 <= quantile <= 1 |
---|---|
Returns: | same type as input |
See also