Skip to content

pd.Index.take

pandasIndex.take(indices, axis=0, allow_fill=True, fill_value=None, **kwargs)

Supported Arguments

  • indices: can be boolean Array like, integer Array like, or slice

Unsupported Index Types

  • MultiIndex
  • IntervalIndex

Important

Bodo Does Not support kwargs, even for compatibility.