Table Of Contents

Search

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

pandas.CategoricalIndex.take

CategoricalIndex.take(indexer, axis=0, allow_fill=True, fill_value=None)

For internal compatibility with numpy arrays.

# filling must always be None/nan here # but is passed thru internally assert isnull(fill_value)