Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ BlockwiseHeadIndex
Class
BlockwiseHeadIndex
dask/dataframe/dask_expr/_expr.py:2640–2644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2638
2639
2640
class
BlockwiseHeadIndex(BlockwiseHead):
2641
def
_task(self, name: Key, index: int) -> Task:
2642
return
Task(
2643
name, operator.getitem, TaskRef((self.frame._name, index)), slice(0, self.n)
2644
)
2645
2646
2647
class
Tail(Expr):
Callers
1
_lower
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected