-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: combination of out of bound date and nan with errors='ignore' gives nonsense data #26493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
pandas/pandas/core/tools/datetimes.py Line 772 in ba48fc4
The |
I can't say for sure (without looking more in detail) if that is indeed the reason (I would think that the |
What is the expected behavior of to_datetime in this case? If there is time out of bound, should it just ignore all the elements in the array and return an Index? For example:
Or we want to convert the date like element, such as
|
That's not fully clear. See also #14487 |
this'll be addressed by #50242 |
The text was updated successfully, but these errors were encountered: