I am attempting to combine 3 .xls files - and want to do this in python3.
I need to delete the some rows first then combine them into one .xls , then remove duplicates.(i will later manipulate the data for graphs)
I seek guidance on which modules to use that work in python3 that can achieve this effect.
Any assistance would be greatly appreciated.