Table Of Contents

Search

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

pandas.Index.map

Index.map(mapper)

Apply mapper function to its values.

Parameters:

mapper : callable

Function to be applied.

Returns:

applied : array