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

Method clear_divisions

dask/dataframe/dask_expr/_expr.py:3441–3444  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3439
3440 @functools.cached_property
3441 def clear_divisions(self):
3442 # TODO We can do better if freq is given, but this needs adjustments in
3443 # map_partitions
3444 return True if self._divisions()[0] is None or self.freq is not None else False
3445
3446 def _divisions(self):
3447 if self.freq is None:

Calls 1

_divisionsMethod · 0.95