go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to read uint64 data from csv file

Demonwuwen opened this issue · comments

when I use dataframe.ReadCSV(fileName) ,the column of csv file which store unint as string, loaded but lose some data.
the orignal data is 16699327784941023797, but loaded as 16699327784941023232.000000. what can I do to fix this problem