go-gota / gota

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

How to concat strings as a new column #220

Open Felamande opened 7 months ago

Felamande commented 7 months ago

what I have:

col1 col2 col3
a b c
d e f

what I want:

col1 col2 col3 col4
a b c abc
d e f def