Does it make sense to have readcsv return an Array{T, 1} when the file contains 
a single column? Currently it returns Array{T, 2}.

I guess it makes sense in terms of consistency but I find myself constantly 
appending [:] when reading in a vector. Is this what others do?

Reply via email to