Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ _divisions
Method
_divisions
dask/dataframe/dask_expr/_expr.py:433–434 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
431
return
tuple(self._divisions())
432
433
def
_divisions(self):
434
raise
NotImplementedError()
435
436
@property
437
def
known_divisions(self):
Callers
1
divisions
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected