-
Notifications
You must be signed in to change notification settings - Fork 56
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
Can't open Gzipped dataset #61
Comments
I've looked into the source code and the problem boils down to TranscodingStreams.jl not supporting So either |
I had a similar problem with some after the CSV update. My solution, which feels hacky but works, was to encansulate the io in CSV.read(IOBuffer(read(io))). Interestingly, after this, I don't seem to have "type-detect" issues, which were very common in my data. Don't know if that works here, because I was working with Zipped files, but if someone wants to try. I might do a test in a local branch later today. |
Adding various packages didn't help.
Maybe an API changed? This looks similar.
The text was updated successfully, but these errors were encountered: