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: Use correct column names when there are no value columns in unpivot #18340

Merged
merged 1 commit into from
Aug 24, 2024

Conversation

BartSchuurmans
Copy link
Contributor

No description provided.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Aug 23, 2024
Copy link

codecov bot commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.84%. Comparing base (d6703c4) to head (8e60321).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18340      +/-   ##
==========================================
- Coverage   79.87%   79.84%   -0.03%     
==========================================
  Files        1496     1496              
  Lines      200281   200309      +28     
  Branches     2841     2841              
==========================================
- Hits       159966   159945      -21     
- Misses      39790    39839      +49     
  Partials      525      525              

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

@MarcoGorelli
Copy link
Collaborator

thanks @BartSchuurmans - could you add a unit test please?

@BartSchuurmans BartSchuurmans changed the title fix: Pass correct name to values Series in unpivot edge case fix: Use correct column names when there are no value columns in unpivot Aug 23, 2024
@BartSchuurmans
Copy link
Contributor Author

@MarcoGorelli Done!

@ritchie46
Copy link
Member

Thanks!

@ritchie46 ritchie46 merged commit 110b8bd into pola-rs:main Aug 24, 2024
21 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.

3 participants