take#
- BlockAccessor.take(indices: List[int]) pyarrow.Table | pandas.DataFrame[source]#
Return a new block containing the provided row indices.
- Parameters:
indices – The row indices to return.
- Returns:
A new block containing the provided row indices.
Return a new block containing the provided row indices.
indices – The row indices to return.
A new block containing the provided row indices.