My Python field values look like below:
Metrics_Values
2017-12-31 00:00:00
UW Value
2017-12-31 00:00:00
2017-12-31 00:00:00
I want below output:
Metric_Values
12/31/2017
UW Value
12/31/2017
12/31/2017
I tried several different manipulations on this dataframe but as the values are in object datatype and as I have some text values too, I'm having trouble to get what I need.
Appreciate any pointers. Thank you