https://github.com/cnpryer/pdappend
Append Excel and CSV files.
https://github.com/cnpryer/pdappend
cli csv excel python
Last synced: about 12 hours ago
JSON representation
Append Excel and CSV files.
- Host: GitHub
- URL: https://github.com/cnpryer/pdappend
- Owner: cnpryer
- License: mit
- Created: 2020-11-11T21:34:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T05:08:09.000Z (about 3 years ago)
- Last Synced: 2025-10-13T09:15:52.772Z (6 months ago)
- Topics: cli, csv, excel, python
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/pdappend/)

[](https://github.com/psf/black)

# pdappend
Run `pdappend` from the command line to append csv, xlsx, and xls files.
## Installation
`pip install pdappend`
## Using `pdappend`
Append specific files
`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
- csv
- xls
- xlsx: [Not supported in Python 3.6 environments](https://groups.google.com/g/python-excel/c/IRa8IWq_4zk/m/Af8-hrRnAgAJ?pli=1) (downgrade to `xlrd 1.2.0` or convert to `.xls`)
## Documentation
(TODO)
See the [wiki](https://github.com/cnpryer/pdappend/wiki) for more on `pdappend`.
## Contributing
Pull requests are welcome!