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-csvsin your terminal - Go to the cloned directory by running
cd py-combine-csvs - Put all your CSVs in the
CSVsfolder - Run the
python app.pycommand
And all your CSVs should be combined and put in the CSVs/Combined folder.
🥂