Open
Description
From https://discourse.julialang.org/t/csv-read-faults-on-exponentially-notated-integers/7936.
In this dataset, I would have thought that
csvread("creditcard.csv", colparsers=Dict(:Time=>Int64))
would read the Time
column as Int
, but it ends up returning a Float64
.