Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add splats to polars_util.rs #743

Closed
Tracked by #1898
jleibs opened this issue Jan 12, 2023 · 1 comment
Closed
Tracked by #1898

Add splats to polars_util.rs #743

jleibs opened this issue Jan 12, 2023 · 1 comment
Labels
🏹 arrow concerning arrow enhancement New feature or request

Comments

@jleibs
Copy link
Member

jleibs commented Jan 12, 2023

#736 added support for splats to re_query

We should go back and add comparable logic to polars_util for completeness, but the ergonomics of doing so is surprisingly painful. I think the answer is going to be to pull in polar-lazy so we can use https://pola-rs.github.io/polars/polars_lazy/dsl/enum.Expr.html#method.repeat_by

Trying to do the equivalent directly on top of raw series and dataframes was not working well.

@jleibs jleibs added enhancement New feature or request 🏹 arrow concerning arrow labels Jan 12, 2023
@teh-cmc
Copy link
Member

teh-cmc commented Jan 22, 2024

We're moving away from polars.

@teh-cmc teh-cmc closed this as completed Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏹 arrow concerning arrow enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants