pyspark.sql.functions.log1p

pyspark.sql.functions.log1p(col: ColumnOrName) → pyspark.sql.column.Column[source]

Computes the natural logarithm of the given value plus one.

New in version 1.4.