MCPcopy Create free account
hub / github.com/dask/dask / quantile

Method quantile

dask/dataframe/tseries/resample.py:361–362  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

359
360 @derived_from(pd_Resampler)
361 def quantile(self):
362 return self._single_agg(ResampleQuantile)
363
364 @derived_from(pd_Resampler)
365 def ohlc(self):

Callers 12

percentiles_summaryFunction · 0.45
test_quantileFunction · 0.45
test_quantile_missingFunction · 0.45
test_empty_quantileFunction · 0.45
test_dataframe_quantileFunction · 0.45
test_quantileFunction · 0.45

Calls 1

_single_aggMethod · 0.95

Tested by 10

test_quantileFunction · 0.36
test_quantile_missingFunction · 0.36
test_empty_quantileFunction · 0.36
test_dataframe_quantileFunction · 0.36
test_quantileFunction · 0.36