Combine DataFrames
- 1.Click on the Bind app.
- 2.Select combining method:
- Concat: to stack up multiple DataFrames along rows or columns.
- Merge: to combine DataFrames based on values in shared columns.
Concat
- 1.Select variables to combine.
- 2.Select the axis to concatenate along.
- 3.and then Run !

Merge
- 1.Select Left & Right data to merge.
- 2.Select key columns to merge on.

Last modified 10mo ago