Ari

Results 2 comments of Ari

I took a look at the tests, and wonder what happens if you map a column to different data types? ``` DataFrame(CSV.File("train.csv"); types=Dict(r"tude$" => Float32, :Magnitude => Int)) ```