snowflake.snowpark.functions.round¶
- snowflake.snowpark.functions.round(e: Union[Column, str], scale: Union[Column, str, int, float] = 0) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.1/snowpark-python/src/snowflake/snowpark/functions.py#L3199-L3234)¶
Returns rounded values from the specified column.
Example: