Open beckernick opened 4 months ago
A portion of this needs to be upstreamed to polars, as the lowering here https://github.com/pola-rs/polars/blob/3629ea28dda72f5e08e0891fd591b11c92e3fe7c/py-polars/src/lazyframe/visitor/expr_nodes.rs#L1189-L1191 is not implemented
Makes sense. Would you be able to file an issue upstream?
Makes sense. Would you be able to file an issue upstream?
Since we're the only consumers of the Python version of the IR, it's probably best for someone on the cudf side to do the changes. (so we can make sure the new IR works for cudf_polars).
So I think here is probably better.
We should support Pearson correlation in the Polars executor for both columns and grouped objects.