pandas.CategoricalIndex.map

CategoricalIndex.map(mapper)

Apply mapper function to its categories (not codes).

Parameters:

mapper : callable

Function to be applied. When all categories are mapped to different categories, the result will be Categorical which has the same order property as the original. Otherwise, the result will be np.ndarray.

Returns:

applied : Categorical or np.ndarray.

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.CategoricalIndex.map.html