Daft
Daft copied to clipboard
Add `cbrt` expression
Take the cubic root of a numeric column. df["a"].cbrt()
See https://github.com/Eventual-Inc/Daft/pull/2180 for a reference PR.