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

fix(python): Fix by argument handling in join_asof #10447

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

zundertj
Copy link
Collaborator

Closes #10427.

I noticed that for the right by argument, there was some argument parsing code suggesting it could take expressions, but it will fail. So it is just strings and sequence of strings.

Closes pola-rs#10427.

I noticed that for the right by argument, there was some argument parsing code suggesting it could take expressions, but it will fail. So it is just strings and sequence of strings.
@ritchie46
Copy link
Member

Thanks for the fix @zundertj

@ritchie46 ritchie46 merged commit befaa30 into pola-rs:main Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrame.join_asof incorrect result for by set to tuples
2 participants