snowflake.snowpark.functions.ln¶
- snowflake.snowpark.functions.ln(c: Union[Column, None, bool, int, float, str, bytearray, Decimal, date, datetime, time, bytes, NaTType, float64, list, tuple, dict]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.40.0/src/snowflake/snowpark/functions.py#L7809-L7826)¶
Returns the natrual logarithm of given column expression.
- Example::