-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Test unnamed columns with index_col for Excel #23874
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
TST: Test unnamed columns with index_col for Excel #23874
Conversation
Hello @gfyoung! Thanks for submitting the PR.
|
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 - thanks!
failing on py2 |
If I made this PR in January, this wouldn't be a problem 😉 . Debugging right now. Also, looks like this issue was patched when I fixed #20480. |
6245b59
to
26729ba
Compare
Codecov Report
@@ Coverage Diff @@
## master #23874 +/- ##
=======================================
Coverage 92.31% 92.31%
=======================================
Files 161 161
Lines 51471 51471
=======================================
Hits 47515 47515
Misses 3956 3956
Continue to review full report at Codecov.
|
26729ba
to
f622d45
Compare
Alright, got everything green now! PTAL. |
091dbe6
to
418bc65
Compare
For column names only.
418bc65
to
7861850
Compare
@jreback: Patched the 2.x bug, and all is green. PTAL. |
thanks @gfyoung |
Closes #18792.