I have this following datetime64[ns] type <class 'pandas.core.series.Series'> timestamps.
x1=pd.Timestamp('2018-04-25 00:00:00')
x2=pd.Timestamp('2020-09-02 00:53:00')
Can I replace the time part of x1 with x2 or vice versa?
The output should look something like this
datetime64[ns] type.
2018-04-25 00:53:00