go-gota / gota

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

UNION two dataframes #43

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi - I am trying to do a UNION ALL statement on 2 dataframes and am wondering if this is possible. I have loaded up 2 dataframes successfully but want a way to merge them together.

Thanks

-- Update - nevermind. just saw outerjoin :-)