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

Class BlockwiseTailIndex

dask/dataframe/dask_expr/_expr.py:2707–2714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2705
2706
2707class BlockwiseTailIndex(BlockwiseTail):
2708 def _task(self, name: Key, index: int) -> Task:
2709 return Task(
2710 name,
2711 operator.getitem,
2712 TaskRef((self.frame._name, index)),
2713 slice(-self.n, None),
2714 )
2715
2716
2717class Binop(Elemwise):

Callers 1

_lowerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected