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): Fix issue in DataFrame.__getitem__ with 2 column inputs #16517

Merged
merged 1 commit into from
May 27, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented May 27, 2024

This was previously not supported but there is no reason we cannot allow this - there is no ambiguity in this case.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels May 27, 2024
Copy link

codecov bot commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.52%. Comparing base (d856b49) to head (000e80a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16517      +/-   ##
==========================================
- Coverage   81.53%   81.52%   -0.01%     
==========================================
  Files        1410     1410              
  Lines      185061   185063       +2     
  Branches     2982     2983       +1     
==========================================
- Hits       150885   150879       -6     
- Misses      33660    33668       +8     
  Partials      516      516              

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

@stinodego stinodego marked this pull request as ready for review May 27, 2024 10:56
@stinodego stinodego merged commit cc2c905 into main May 27, 2024
14 checks passed
@stinodego stinodego deleted the getitem-edge-case branch May 27, 2024 10:57
@c-peters c-peters added the accepted Ready for implementation label Jun 3, 2024
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation fix Bug fix python Related to Python Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants