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): address an inadvertently shallow-copy issue on underlying PySeries #10086

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

alexander-beedie
Copy link
Collaborator

Closes #10072.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Jul 26, 2023
@ritchie46
Copy link
Member

Good one! I would have searched endlessly on the rust side. 🙈

@ritchie46 ritchie46 merged commit f3e0eb6 into pola-rs:main Jul 26, 2023
13 checks passed
@stinodego
Copy link
Member

Thanks for the fix @alexander-beedie ! 🚀

@alexander-beedie alexander-beedie deleted the fix-pyseries-shallow-copy branch July 26, 2023 11:41
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.

Using Series.is_in(Series) strips the name of the input Series
3 participants