go-gota / gota

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

Add dataframe.Concat #104

Closed typeless closed 4 years ago

typeless commented 4 years ago

Concat concatenates rows of two dataframes like RBind, but also includes the unmatched columns.

kniren commented 4 years ago

Thanks!