go-gota / gota

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

problem with converting string to int when dataframe.ReadJSON function is called #66

Closed xyjsmart2007 closed 4 years ago

xyjsmart2007 commented 6 years ago

when there is a big integer in the json file, like 20180428, the encoder will convert it to string as a float number, like '2.0180428e+07', the string cannot be correctly converted to a integer