Posts by fjsfm • 11 points
1 post
-
-1
votes2
answers325
viewsQ: Transforming date object into datetime (year month day) python
I need to transform a date that is format obj in datetime to make a calculation. The column is in this format: 01JUN2020:00:00:01 01OUT2020:00:00:02 01MAI2020:00:00:04 I tried the datetime function,…