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:2652–2653 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2650
return
len(self._divisions()) - 1
2651
2652
def
_divisions(self):
2653
return
self.frame.divisions[: len(self._partitions) + 1]
2654
2655
def
_task(self, name: Key, index: int) -> Task:
2656
if
self.safe:
Callers
1
npartitions
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected