-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
#26545 Fix: same .tsv file, get different data-frame structure using engine 'python' and 'c' #26634
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
…engine 'python' and 'c'
Hello @luckydenis! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-06-11 07:36:17 UTC |
…engine 'python' and 'c'
This closes an issue right? If so can you update the OP to reflect that |
Codecov Report
@@ Coverage Diff @@
## master #26634 +/- ##
==========================================
- Coverage 91.88% 41.78% -50.1%
==========================================
Files 174 174
Lines 50692 50692
==========================================
- Hits 46576 21182 -25394
- Misses 4116 29510 +25394
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26634 +/- ##
==========================================
- Coverage 91.72% 91.71% -0.01%
==========================================
Files 178 178
Lines 50779 50779
==========================================
- Hits 46578 46574 -4
- Misses 4201 4205 +4
Continue to review full report at Codecov.
|
@WillAyd, I made a correction on your comments. Look please) |
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.
Thanks for the updates - can you also add a whatsnew note for 0.25?
cc @gfyoung if you care to take a look
@luckydenis could you also check what |
In this context, I'm not sure that they are different, but my PR cures this error, which
|
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 this is good if you can add a whatsnew for 0.25 then lgtm!
@gfyoung ok with this? |
Yeah, I'll add a description in the |
Co-Authored-By: William Ayd <[email protected]>
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 @gfyoung
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.
@jreback if we have anything else
lgtm. @luckydenis if you can merge master and ping on green to resolve the conflict. |
thanks @luckydenis |
git diff upstream/master -u -- "*.py" | flake8 --diff
BugFix:
When using
engine='python'
, columns were handled incorrectly if the first header had in the bom.Bug:
Fix: