Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 246 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 246 Bytes

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