slice#
- BlockAccessor.slice(start: int, end: int, copy: bool = False) pyarrow.Table | pandas.DataFrame[source]#
Return a slice of this block.
- Parameters:
- Returns:
The sliced block result.
- Return type:
Return a slice of this block.
The sliced block result.