go-gota / gota

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

Support for int64 #72

Closed pjebs closed 4 years ago

pjebs commented 6 years ago

It would be nice if the type Int was internally an int64. It would prob be backwards compatible too if the change was made immediately. Obviously it would take up more memory but currently the package doesn't support time.Time so I wanted to convert to Unix timestamp, but it can't cleanly support that either without an offset.

pjebs commented 5 years ago

https://github.com/rocketlaunchr/dataframe-go

kniren commented 4 years ago

Probably we do want other types indeed, like int64 or unsigned types, closing this issue in favour of #22