I have two different date formats in a pandas column such as – DD-MM-YYYY and MM/DD/YYYY and I want to convert them into the same format. I tried using the code – but this converts the dates into DD/MM/YYYY and MM/DD/YYYY into the output – data[‘SALE DATE’] I want a python solution to overcome this problem. Any leads will be