Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Index.take

Index.take(indices, axis=0, allow_fill=True, fill_value=None)

return a new Index of the values selected by the indexer

For internal compatibility with numpy arrays.

# filling must always be None/nan here # but is passed thru internally