Hey I'm looking for answers which can be solve my issue.
1.I have a csv files in one folder 2.Excel files in other folder 3.I want combine these two folder files as a single file
Note : Data is same in both folder files in terms of columns
Hey I'm looking for answers which can be solve my issue.
1.I have a csv files in one folder 2.Excel files in other folder 3.I want combine these two folder files as a single file
Note : Data is same in both folder files in terms of columns
pathlib built-in python module: pathlib examples. Use the glob method to fetch all files with a given ending - .csv and .xslxpandas to open the csv and .xslx files - check these examples for csv files, for excel filespd.to_csv() method - documentation on the method