Configuration
Input / Output
When to use
- Vertical (rows): Combine two CSV files that have the same columns (e.g. January data + February data).
- Horizontal (columns): Attach a new set of columns to an existing DataFrame when rows are already aligned.
Stack two DataFrames vertically to add more rows or horizontally to add more columns, with control over index alignment and join behavior.