go-gota / gota

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

Trim the spaces when getting the list of column names #174

Closed streamdp closed 2 years ago

streamdp commented 2 years ago

Bug fix for issues #173. We now trim the spaces when getting the list of column names. I also added a test for this fix.

chrmang commented 2 years ago

Hi @streamdp , thank you for your contribution.