For example, one of my column of my dataframe has data like below:
29-APR-19 11.50.00.000000000 PM
29-APR-19 11.50.00.000000000 AM
Hence, I need to update the column having PM to:
29-APR-19 23.50.00.000000000 PM
How can we do that?
I have tried formatting the column to specific date format types, but not able to find the solution.