Closed Bennyelg closed 11 months ago
Solve the case when a union type is passed i.e data: Union[int,str]. Taking the type string for the column.
You can use the coerce type option for Union types
Solve the case when a union type is passed i.e data: Union[int,str]. Taking the type string for the column.