#python #csv #excel #pandas
Master Dataset generator : Many times we come across requirement when we are to combine multiple excel/CSV files to generate Master File.In this video will show how to use power of pandas,openpyxl and xlsxwriter to achieve this with a common function(40 lines of code). I am using around 50 CSV/50 Excel files respectively in the folder as input files for this purpose.
source code : https://github.com/riteshsharma29/Pyt...