MCPcopy Index your code
hub / github.com/dask/dask / _divisions

Method _divisions

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

Source from the content-addressed store, hash-verified

2218 return f"{base}[{self.operand('columns')!r}]"
2219
2220 def _divisions(self):
2221 if self.ndim == 0:
2222 return (None, None)
2223 return super()._divisions()
2224
2225 def _simplify_down(self):
2226 if (

Callers

nothing calls this directly

Calls 1

_divisionsMethod · 0.45

Tested by

no test coverage detected