-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix blank line skipping in read_fwf, issue 22693 #22849
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 @xiejxie! Thanks for updating the PR.
Comment last updated on September 27, 2018 at 01:11 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #22849 +/- ##
==========================================
+ Coverage 92.19% 92.19% +<.01%
==========================================
Files 169 169
Lines 50827 50835 +8
==========================================
+ Hits 46860 46868 +8
Misses 3967 3967
Continue to review full report at Codecov.
|
closing as stale. if you'd like to continue, pls ping. |
@dwalters feel free to open a new PR |
@dvalters I would like to help but not sure how to do it. Any intuition on how to fix the |
git diff upstream/master -u -- "*.py" | flake8 --diff
Fixes the bug where blank lines are not skipped using read_fwf even when skip_blank_lines is set to true. Override default behaviour in FixedWidthFieldParser.