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

docs(python): add example of using is_between with string bounds, and extend test coverage for the same #6627

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented Feb 2, 2023

Closes #6625.

Adds an example of using str literals with is_between (making an explicit note about wrapping with lit to avoid conflation with column names), and adds related test coverage.

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Feb 2, 2023
@ritchie46
Copy link
Member

Thanks! Can you do a rebase?

@alexander-beedie
Copy link
Collaborator Author

Thanks! Can you do a rebase?

No problem; done 👍

@ritchie46 ritchie46 merged commit 2d8c847 into pola-rs:master Feb 2, 2023
@alexander-beedie alexander-beedie deleted the string-between-example branch February 2, 2023 15:11
Vincenthays pushed a commit to Vincenthays/polars that referenced this pull request Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expr.is_between() not implemented for str
2 participants