pub fn log_with_base(column: &Column, base: f64) -> Column
Logarithm with given base (PySpark log(col, base)). base must be positive and not 1.