-
Notifications
You must be signed in to change notification settings - Fork 912
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
[REVIEW] Concatenate an empty and non-empty series #6157
[REVIEW] Concatenate an empty and non-empty series #6157
Conversation
…-empty series. Changed test so dtypes for empty series are ignored.
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
@marlenezw to trigger CI, you'll need to update |
I am not sure if this scenario has been taken care
|
Oof, I'll make some changes to this! Thanks for the catch @rgsl888prabhu |
Changing it to WIP while I make changes. |
Codecov Report
@@ Coverage Diff @@
## branch-0.16 #6157 +/- ##
===============================================
+ Coverage 84.30% 84.63% +0.32%
===============================================
Files 82 82
Lines 13745 14092 +347
===============================================
+ Hits 11588 11927 +339
- Misses 2157 2165 +8
Continue to review full report at Codecov.
|
… when axis=1 and ignore_index=True.
…ithub.com/marlenezw/cudf into feature/concat_empty_and_non_empty_series I'd like to merge my remote branch with my local branch
I added some changes that should hopefully have fixed this issue.
|
…eature/concat_empty_and_non_empty_series
…eature/concat_empty_and_non_empty_series
refactor Co-authored-by: Christopher Harris <[email protected]>
…eature/concat_empty_and_non_empty_series
…ithub.com/marlenezw/cudf into feature/concat_empty_and_non_empty_series
…eature/concat_empty_and_non_empty_series
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🎉
Hi! I updated the concat function to allow concatenating an empty series with a non-empty series. I also changed the test for concat_empty_series so dtypes for empty series are ignored. Looks like its passing tests and working on my end.