-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add test for fixed regression in concat with empty DataFrames #41677
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
Add test for fixed regression in concat with empty DataFrames #41677
Conversation
weikhor
commented
May 26, 2021
- [ ✓ ] closes REGR: concat of unaligned empty DataFrames failing #39037
- [ ✓ ] tests added / passed
- [ ✓ ] Ensure all linting tests pass, see here for how to run them
@weikhor thanks for the PR. lint issue to resolve. |
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.
I think it would be nice to create empty dataframes directly instead of using [0:0] or [:0] ?
Hi I have make change to code. Thank |
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.
thank you, i triggered the complete tests for you and probably one job will fail (on the double quote).
Hi Thank for review. Have making changes to codes. |
looks fine, let's see what the CI says |
thanks @weikhor |