go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.97k stars 276 forks source link

How to read uint64 data from csv file #207

Open Demonwuwen opened 1 year ago

Demonwuwen commented 1 year ago

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