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
In pandas 1.3.0 pd.to_datetime will produce NaT for valid datetime strings when processing lists or Series of certain size and content. Here's the actual reproducible example:
In pandas 1.3.0 pd.to_datetime will produce NaT for valid datetime strings when processing lists or Series of certain size and content. Here's the actual reproducible example:
And proof:
Interestingly when the list is of size 50, it will work fine:
No such anomaly observed in pandas 1.2.x.
This is on Windows 10 64 bit using Anaconda.
The text was updated successfully, but these errors were encountered: