adamerose / PandasGUI

A GUI for Pandas DataFrames
MIT No Attribution
3.19k stars 236 forks source link

Is it possible to combine / concatenate two dataframes together? #134

Closed cykabass closed 3 years ago

cykabass commented 3 years ago

Hi,

Is this possible at the moment?

I'd like to combine two different DF's and merge into a new one.

adamerose commented 3 years ago

Duplicate of #70. Pretty easy to add this kind of thing now with the recent Grapher & Reshaper redesign I did, so since you reminded me I'll add this week