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

Method clear_divisions

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

Source from the content-addressed store, hash-verified

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

Calls 1

_divisionsMethod · 0.95