https://github.com/deepakness/py-combine-csvs
Combine multiple CSV files of similar types into one CSV file within seconds
https://github.com/deepakness/py-combine-csvs
csv csv-combine
Last synced: 8 months ago
JSON representation
Combine multiple CSV files of similar types into one CSV file within seconds
- Host: GitHub
- URL: https://github.com/deepakness/py-combine-csvs
- Owner: deepakness
- License: mit
- Created: 2023-03-08T03:25:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T03:35:08.000Z (about 3 years ago)
- Last Synced: 2025-01-18T04:27:47.034Z (about 1 year ago)
- Topics: csv, csv-combine
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[py-combine-csvs](https://github.com/deepakness/py-combine-csvs) allows you to combine multiple CSV files of similar types into one CSV file within seconds.
Here's how to use this tool:
- Clone the repository by running `git clone https://github.com/deepakness/py-combine-csvs` in your terminal
- Go to the cloned directory by running `cd py-combine-csvs`
- Put all your CSVs in the `CSVs` folder
- Run the `python app.py` command
And all your CSVs should be combined and put in the `CSVs/Combined` folder.
🥂