-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Add test for C parser handling binary mode #24797
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: Add test for C parser handling binary mode #24797
Conversation
Hoping your errors will be fixed by #24707 |
lgtm. after CI fixes are merge, let's repush and merge on green. |
Python's native CSV library doesn't accept such files, but we do for the C parser. Closes pandas-devgh-23779.
0729d6e
to
cbe8804
Compare
Codecov Report
@@ Coverage Diff @@
## master #24797 +/- ##
===========================================
- Coverage 92.38% 42.93% -49.46%
===========================================
Files 166 166
Lines 52382 52382
===========================================
- Hits 48395 22488 -25907
- Misses 3987 29894 +25907
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24797 +/- ##
==========================================
- Coverage 92.38% 92.38% -0.01%
==========================================
Files 166 166
Lines 52382 52382
==========================================
- Hits 48395 48394 -1
- Misses 3987 3988 +1
Continue to review full report at Codecov.
|
Python's native CSV library doesn't accept such files, but we do for the C parser. Closes pandas-devgh-23779.
Python's native CSV library doesn't accept such files, but we do for the C parser. Closes pandas-devgh-23779.
Python's native CSV library doesn't accept such files, but we do for the C parser.
Closes #23779.