go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to concat strings as a new column

Felamande opened this issue · comments

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