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 ignore multiple columns in LazyFrame.unnest #19035

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

deanm0000
Copy link
Collaborator

fixes #18944

@deanm0000 deanm0000 changed the title Fix: Don't ignore multiple columns in LazyFrame.unnest Fix(python): Don't ignore multiple columns in LazyFrame.unnest Sep 30, 2024
@deanm0000 deanm0000 changed the title Fix(python): Don't ignore multiple columns in LazyFrame.unnest fix(python): Don't ignore multiple columns in LazyFrame.unnest Sep 30, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars and removed title needs formatting labels Sep 30, 2024
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.88%. Comparing base (71a8b05) to head (b3b1873).
Report is 63 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19035      +/-   ##
==========================================
- Coverage   79.88%   79.88%   -0.01%     
==========================================
  Files        1522     1524       +2     
  Lines      206958   207767     +809     
  Branches     2906     2908       +2     
==========================================
+ Hits       165322   165967     +645     
- Misses      41088    41251     +163     
- Partials      548      549       +1     

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

@ritchie46 ritchie46 merged commit b1b322f into pola-rs:main Oct 2, 2024
14 of 16 checks passed
@ritchie46
Copy link
Member

Cheers!

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.

LazyFrame.unnest *more_columns argument being ignored
2 participants