-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: Compression Inference Tests for read_* #17262
Comments
See #17206 (comment). In short, not all |
Fair enough. Perhaps you can testing whichever functions hit the |
@dhimmel but that's exactly the point. I am quite happy to have a comprehensive test, that xfails things that are not converted / implemented. |
Looking through the source code, I believe
|
inferred_compression = _infer_compression(path, compression) |
io.pickle.read_pickle()
Line 76 in a46e5be
inferred_compression = _infer_compression(path, compression) |
io.parsers._read()
Line 395 in a46e5be
compression = _infer_compression(filepath_or_buffer, compression) |
The first two are for pickle IO. Tracking down where/how io.parsers._read
gets used has been a bit more challenging. Will keep looking into it.
Line 660 in a46e5be
Lines 667 to 671 in a46e5be
Therefore, I believe, at the current time, @gfyoung @jreback: should I revise the What's New Entry for #17206 to list these four functions? pandas/doc/source/whatsnew/v0.21.0.txt Line 129 in 6fe6832
|
@dhimmel : Agreed, part of your PR should be to revise the |
@dhimmel any interest in working on this one would be great. |
@gfyoung can you evaluate this issue, e.g. tick boxes close, etc. |
This looks good to go! #17900 actually took care of this. |
xref: #17206 (comment)
cc @dhimmel
The text was updated successfully, but these errors were encountered: