I want to get rid of the time in today() function:
Today= pd.Timestamp.today() print(Today)
result = 2020-02-28 12:10:11.862889
I just want the 2020-02-28 and get rid of the 12:10:11.862889
Thank's!
I want to get rid of the time in today() function:
Today= pd.Timestamp.today() print(Today)
result = 2020-02-28 12:10:11.862889
I just want the 2020-02-28 and get rid of the 12:10:11.862889
Thank's!