traveler.core.typing.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