JuliaData/CSV.jl

There is no clear method reading non-UTF8 gzipped file in example

coponhub opened this issue · 0 comments

The documentation shows how to read gzipped input and how to read non-UTF-8 files.

https://csv.juliadata.org/stable/examples.html#stringencodings
https://csv.juliadata.org/stable/examples.html#gzipped_input

However, a simple combination of these methods will not read a non-UTF8 gzipped file.
I'd like to see a simple example in the documentation that reads non-UTF8 gzipped files.