I am reading from an excel file using a python script(pandas). This excel has few date columns, which needs to be moved to output csv file in the below date format - %m/%d/%Y %H:%M:%S.0.
Can you please tell me if I can set this format in the beginning of the python script so that by default all date columns are read in the given format and moved to output csv file.
%m/%d/%Y %H:%M:%S.0