traveler.demo.work_location.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