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): don't modify Series with empty names in-place on DataFrame init #8956

Merged
merged 1 commit into from
May 21, 2023

Conversation

alexander-beedie
Copy link
Collaborator

@alexander-beedie alexander-beedie commented May 20, 2023

Closes #8955.

Same class of gremlin as #8915; inadvertent in-place modification of Series name.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels May 20, 2023
@alexander-beedie alexander-beedie merged commit 5e0eade into pola-rs:main May 21, 2023
12 checks passed
@alexander-beedie alexander-beedie deleted the series-shallow-copy branch May 21, 2023 08:50
c-peters pushed a commit to c-peters/polars that referenced this pull request Jul 14, 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.

Constructing dataframe from list of empty-named series changes series' names
3 participants