You are viewing documentation about an older version (1.16.0). View latest version

snowflake.snowpark.Column.astypeΒΆ

Column.astype(to: Union[str, DataType]) β†’ Column[source]ΒΆ

Casts the value of the Column to the specified data type. It raises an error when the conversion can not be performed.