traveler.core.array_tools.CategoricalArray.to_pandas#

CategoricalArray.to_pandas(use_mark=False)[source]#

Convert the CategoricalArray to a pandas Series with categorical dtype.

Parameters:

use_mark (bool)

Return type:

Series