You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, we apparently didn't have any tests that catched this.
Anyhow, this is a regression that we should fix. By using plainly pd.to_datetime for any datetime64 dtype, we ignore the resolution.
The current pandas master includes a behaviour change date conversion.
Before #19176
After #19176
The text was updated successfully, but these errors were encountered: