-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG - pd.concat with all Series on axis=1 ignores the names
argument (Issue: 23490)
#23499
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
Conversation
Hello @ArtinSarraf! Thanks for submitting the PR.
|
@gfyoung - Is there a way to rerun the Travis CI build? I get the following error in the logs, and it doesn't seem to be explicitly related to any of my changes. "No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. |
Codecov Report
@@ Coverage Diff @@
## master #23499 +/- ##
==========================================
+ Coverage 92.23% 92.25% +0.02%
==========================================
Files 161 161
Lines 51197 51169 -28
==========================================
- Hits 47220 47207 -13
+ Misses 3977 3962 -15
Continue to review full report at Codecov.
|
great. ping on green. |
Thanks @ArtinSarraf ! |
names
argument. #23490git diff upstream/master -u -- "*.py" | flake8 --diff
Fix issue described in #23490, and add tests to catch this case.