Combine multiple csv (xls or xlsx) files into a single file. Python script that merge all files that ends with "csv", "xls" and "xlsx" and are in the same folder as the script.
- Pip install pandas
- Pip install openpyxl
- Pip install xlrd
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Combine multiple csv (xls or xlsx) files into a single file. Python script that merge all files that ends with "csv", "xls" and "xlsx" and are in the same folder as the script.