go-gota / gota

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

Support for civil Package (Date, DateTime, civil.Time) #71

Closed pjebs closed 4 years ago

pjebs commented 5 years ago

It would be good if a Dataframe can support

Ref: https://godoc.org/cloud.google.com/go/civil

pjebs commented 5 years ago

https://github.com/rocketlaunchr/dataframe-go library supports generic datatypes.

kniren commented 4 years ago

Time support is desired, but I would not want to add any dependencies to external packages. I'm closing this issue in favor of #93 and others.