An open API service indexing awesome lists of open source software.

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

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.

🥂