You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to load it using CSV.jl but it raises an error
julia> CSV.read("test.csv")
ERROR: argument is an abstract type; size is indeterminate
in call at /Users/femto/.julia/v0.4/DataStreams/src/DataStreams.jl:189in stream! at /Users/femto/.julia/v0.4/DataStreams/src/DataStreams.jl:196in read at /Users/femto/.julia/v0.4/CSV/src/Source.jl:294
I have no idea how to fix this.
Kind regards
The text was updated successfully, but these errors were encountered:
Hello,
I have a CSV file named
test.csv
like thisI'd like to load it using CSV.jl but it raises an error
I have no idea how to fix this.
Kind regards
The text was updated successfully, but these errors were encountered: