go-gota / gota

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

Add Support for decimal.Decimal #149

Open robintanner opened 3 years ago

robintanner commented 3 years ago

Float64 cannot accurately represent numbers such as .1 exactly, which presents problems from performing any type of precise math operations with numbers that contain significant decimal places. Please add support for the decimal.Decimal data type.

https://pkg.go.dev/github.com/shopspring/decimal