We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#736 added support for splats to re_query
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.
The text was updated successfully, but these errors were encountered:
We're moving away from polars.
Sorry, something went wrong.
No branches or pull requests
#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.
The text was updated successfully, but these errors were encountered: