CSV.jl icon indicating copy to clipboard operation
CSV.jl copied to clipboard

big integers are parsed as Float64

Open mhinsch opened this issue 1 year ago • 0 comments

I have a tsv file that contains object ids (as produced by objectid) as the first two columns. When reading with CSV.read(fname, DataFrame), the first column is correctly recognised as Int128 while the second column is read as Float46. image

mhinsch avatar Apr 27 '23 10:04 mhinsch