MCPcopy
hub / github.com/pandas-dev/pandas / quantile

Method quantile

pandas/core/series.py:2607–2609  ·  view source on GitHub ↗
(
        self, q: float = ..., interpolation: QuantileInterpolation = ...
    )

Source from the content-addressed store, hash-verified

2605
2606 @overload
2607 def quantile(
2608 self, q: float = ..., interpolation: QuantileInterpolation = ...
2609 ) -> float: ...
2610
2611 @overload
2612 def quantile(

Callers 15

test_quantileMethod · 0.95
test_quantile_nanMethod · 0.95
test_quantile_boxMethod · 0.95
test_quantile_sparseMethod · 0.95
test_quantile_all_naMethod · 0.95
test_quantileFunction · 0.95

Calls 5

to_frameMethod · 0.95
_constructorMethod · 0.95
validate_percentileFunction · 0.90
maybe_unbox_numpy_scalarFunction · 0.90
IndexClass · 0.85

Tested by 15

test_quantileMethod · 0.76
test_quantile_nanMethod · 0.76
test_quantile_boxMethod · 0.76
test_quantile_sparseMethod · 0.76
test_quantile_all_naMethod · 0.76
test_quantileFunction · 0.76