Here is a screenshot of my error.
The Trans_Imp_Date values are failing to be converted to pandas datetime format (yyyy-mm-dd). However the process is working fine for the other two columns.
I want it so that if the convert-to-datetime process fails for a specific row, pandas ignores that specific row and output the input without conversion (as per the errors = 'ignore' flag), and then continue converting the rest of the rows. How can I make that happen?