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

Properly retrieve last column when -1 is specified for column index #8529

Merged
merged 1 commit into from
Jun 16, 2021

Conversation

isVoid
Copy link
Contributor

@isVoid isVoid commented Jun 15, 2021

Closes #8501

This PR fixes the bug when indexing columns with -1 in column_acccessor.select_by_index, the last column is not properly retrieved.

@isVoid isVoid requested a review from a team as a code owner June 15, 2021 23:57
@isVoid isVoid self-assigned this Jun 15, 2021
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jun 15, 2021
@isVoid isVoid added 3 - Ready for Review Ready for review by team non-breaking Non-breaking change bug Something isn't working labels Jun 15, 2021
@isVoid
Copy link
Contributor Author

isVoid commented Jun 16, 2021

rerun tests

@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@7c8d847). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8529   +/-   ##
===============================================
  Coverage                ?   82.95%           
===============================================
  Files                   ?      109           
  Lines                   ?    18226           
  Branches                ?        0           
===============================================
  Hits                    ?    15120           
  Misses                  ?     3106           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c8d847...2674b12. Read the comment docs.

@isVoid
Copy link
Contributor Author

isVoid commented Jun 16, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 2bbeac9 into rapidsai:branch-21.08 Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] iloc with -1 for column indexer fails
3 participants