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
Starting with version 0.9.5, it would seem, attempting to call CSV.File with a vector of strings results in an error stating that "A not defined". https://github.com/JuliaData/CSV.jl/blob/main/src/utils.jl#L240 appears to assume that the variable A will have some binding, even though that is not guaranteed to be the case.
The text was updated successfully, but these errors were encountered:
Starting with version 0.9.5, it would seem, attempting to call CSV.File with a vector of strings results in an error stating that "A not defined". https://github.com/JuliaData/CSV.jl/blob/main/src/utils.jl#L240 appears to assume that the variable
A
will have some binding, even though that is not guaranteed to be the case.The text was updated successfully, but these errors were encountered: