go-gota / gota

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

Fix dataframe.GroupBy issue (#154) #155

Closed prliu closed 3 years ago

prliu commented 3 years ago

This PR fix the issue #154.

I keep the original data type of columns, and set them back at calling LoadMaps() function.