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 bug that columns only initialized once when specified columns and index in dataframe ctor #8628

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

isVoid
Copy link
Contributor

@isVoid isVoid commented Jun 29, 2021

Closes #8621

This PR fixes a bug when initializing dataframe with columns and index parameters, the columns are only initialized once. Leading to all columns are pointing to the same object.

@isVoid isVoid added the bug Something isn't working label Jun 29, 2021
@isVoid isVoid self-assigned this Jun 29, 2021
@isVoid isVoid requested a review from a team as a code owner June 29, 2021 20:04
@isVoid isVoid requested review from cwharris and galipremsagar June 29, 2021 20:04
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jun 29, 2021
@isVoid isVoid added the non-breaking Non-breaking change label Jun 29, 2021
Copy link
Contributor

@galipremsagar galipremsagar left a comment

Choose a reason for hiding this comment

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

🔥

@galipremsagar
Copy link
Contributor

rerun tests

@galipremsagar galipremsagar added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Jun 30, 2021
@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

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

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8628   +/-   ##
===============================================
  Coverage                ?   10.64%           
===============================================
  Files                   ?      109           
  Lines                   ?    18609           
  Branches                ?        0           
===============================================
  Hits                    ?     1980           
  Misses                  ?    16629           
  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 5f11b76...b195315. Read the comment docs.

@galipremsagar
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 0e2a448 into rapidsai:branch-21.08 Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge 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] Using iloc on one column changes all columns with cudf
2 participants