pd.to_datetime() showing two different datetime outputs in pandas 1.5 versus 2.2?
Can anyone highlight why the same function is giving 2 differnets outputs with the same inputs?
One environment tested with pandas==1.5.3
and other pandas=2.2.0
.
Using python 3.10 both times.