I am trying to run the code below but when I do, I keep getting errors, i managed to change the import syntax from
import datatime as dt
to
from datetime import date time as dt
This has worked but I am not getting the exact time I need. This is what I got instead
Timestamp(‘2024-07-04 00:00:00’)
How can I fix this?
1