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