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

Method _divisions

dask/dataframe/dask_expr/_quantile.py:43–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 return make_meta(meta_nonempty(meta).quantile(self.operand("q")))
42
43 def _divisions(self):
44 if is_series_like(self._meta):
45 return (np.min(self.q), np.max(self.q))
46 return (None, None)
47
48 @functools.cached_property
49 def _constructor(self):

Callers

nothing calls this directly

Calls 3

is_series_likeFunction · 0.90
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected