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

Method clear_divisions

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

Source from the content-addressed store, hash-verified

3462
3463 @functools.cached_property
3464 def clear_divisions(self):
3465 # TODO We can do better if freq is given, but this needs adjustments in
3466 # map_partitions
3467 return True if self._divisions()[0] is None or self.freq is not None else False
3468
3469 def _divisions(self):
3470 if self.freq is None:

Calls 1

_divisionsMethod · 0.95