Skip to main content

log_with_base

Function log_with_base 

Source
pub fn log_with_base(column: &Column, base: f64) -> Column
Expand description

Logarithm with given base (PySpark log(col, base)). base must be positive and not 1.