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
Pandas default datetime inference functionality is generally quite good, however, there are a few eccentricities like converting sequences of values like ['16:11', '5:11'] to datetime where the date component was blindly populated with now()
Are there other tools which provide more robust capabilities within this domain? How can we better protect users from data corruption?
The text was updated successfully, but these errors were encountered:
Pandas default datetime inference functionality is generally quite good, however, there are a few eccentricities like converting sequences of values like
['16:11', '5:11']
to datetime where the date component was blindly populated withnow()
Are there other tools which provide more robust capabilities within this domain? How can we better protect users from data corruption?
The text was updated successfully, but these errors were encountered: