This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Error: SchemaMismatch occurs when transporting an Enum type. #131
Suppose I have a
DataFramein rust side with a column of typeEnum:When this data is transferred to the python side with
PyDataFrame, the column of typeEnumwill automatically converted to typeCategorical: