I hope this is related.Why isn't part of a row of Array{T, 2} of Array{T, 1}? Consider vec1 in the following example.
df = readcsv(fname) vec1 = df[3, 1:4]
I hope this is related.Why isn't part of a row of Array{T, 2} of Array{T, 1}? Consider vec1 in the following example.
df = readcsv(fname) vec1 = df[3, 1:4]