Suppose I have a `DataFrame` in rust side with a column of type `Enum`:  When this data is transferred to the python side with `PyDataFrame`, the column of type `Enum` will automatically converted to type `Categorical`: 