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

Method _divisions

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

Source from the content-addressed store, hash-verified

2198 return f"{base}[{repr(self.operand('columns'))}]"
2199
2200 def _divisions(self):
2201 if self.ndim == 0:
2202 return (None, None)
2203 return super()._divisions()
2204
2205 def _simplify_down(self):
2206 if (

Callers

nothing calls this directly

Calls 1

_divisionsMethod · 0.45

Tested by

no test coverage detected