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

Class BlockwiseTailIndex

dask/dataframe/dask_expr/_expr.py:2730–2737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2728
2729
2730class BlockwiseTailIndex(BlockwiseTail):
2731 def _task(self, name: Key, index: int) -> Task:
2732 return Task(
2733 name,
2734 operator.getitem,
2735 TaskRef((self.frame._name, index)),
2736 slice(-self.n, None),
2737 )
2738
2739
2740class Binop(Elemwise):

Callers 1

_lowerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected