snowflake.snowpark.Column.cast¶ Column.cast(to: Union[str, DataType], rename_fields: bool = False, add_fields: bool = False) → Column[source]¶ Casts the value of the Column to the specified data type. It raises an error when the conversion can not be performed.