go-gota / gota

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

Rapply overwrites column names #161

Closed toffaletti closed 2 years ago

toffaletti commented 2 years ago

Assigning the new DataFrame to df causes fixColnames to always create new column names.

https://github.com/go-gota/gota/blob/93c59de4026adb3ca4dd39cd12a22d4054d6f5ed/dataframe/dataframe.go#L903-L909

toffaletti commented 2 years ago

Of course this makes sense for rows, I was thinking about columns...