Please do not use CSV.read as it will be soon deprecated. Instead use DataFrame(CSV.File(filename, ...)) and all will work as expected.
This is problem is with CSV.jl and is not related with DataFrames.jl.
Please do not use CSV.read as it will be soon deprecated. Instead use DataFrame(CSV.File(filename, ...)) and all will work as expected.
This is problem is with CSV.jl and is not related with DataFrames.jl.