Skip to content
Chris edited this page Feb 23, 2022 · 9 revisions

Installing pdappend

pip install pdappend to your virtual environment.

Using pdappend

Append specific files (venv or similar env required)

pdappend file1.csv file2.csv file3.csv

Append specific file types in your directory

pdappend *.csv

Append all pdappend-compatible files in your directory

pdappend .

Supported file types

pdappend-gui

Select files manually using your native file-system navigator

pdappend-gui

More