Eventual-Inc / Daft

Distributed DataFrame for Python designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
1.82k stars 113 forks source link

[EXPRESSIONS] `.log` #1912

Closed colin-ho closed 1 month ago

colin-ho commented 3 months ago

log(base=None]

Computes the log of the expression with optional base, default to e.

jaychia commented 1 month ago

Done via #2168