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: Preserve Series name in __rpow__ operation #20072

Merged

Conversation

MarcoGorelli
Copy link
Collaborator

closes #20071

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Nov 30, 2024
@MarcoGorelli MarcoGorelli marked this pull request as ready for review November 30, 2024 10:39
Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.53%. Comparing base (ca8c1ef) to head (c1c775c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20072   +/-   ##
=======================================
  Coverage   79.53%   79.53%           
=======================================
  Files        1563     1563           
  Lines      217124   217124           
  Branches     2464     2464           
=======================================
  Hits       172680   172680           
  Misses      43884    43884           
  Partials      560      560           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@alexander-beedie alexander-beedie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Today's recipient of the "eye of the tiger" award :)

@alexander-beedie alexander-beedie merged commit 954000c into pola-rs:main Nov 30, 2024
14 checks passed
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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

__rpow__ results in 'literal' name instead of preserving Series name
2 participants