-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REGR? no error anymore when converting out of bounds datetime64[non-ns] data #26206
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
Additional observation: it only seems to be the It might be that #18231 is the cause (it touches |
Off the top of my head I don't know where in the DTA refactor process this would have been changed. maybe_castable seems like a reasonable guess for a place to look. |
Yeah, if my observation from above is true, this has nothing to do with any of the DTA refactoring. In fact, we should probably use more of the "array creation from different kind of data" functionality that is gathered in array/datetimes.py (as this is handling the case correctly) in the Series/DataFrame construction |
cc @mroeschke |
…datetime-unit-out-of-bounds
…datetime-unit-out-of-bounds
I am having an out of bounds error, which forces me to downgrade pandas to 0.24.2. Here's my code:
It gave me this error:
I am by no mean an expert, so if there is something from my end that caused this issue, please point it out. However, I ran the file with pandas 0.24.2 without any issue. |
I believe this was closed by #26848. NOt sure why it didn't autoclose. |
I think it is a problem of using a full url in "closes ..." instead the #number |
Didn't directly find a related issue, but on master / 0.24 / 0.23, we see:
while on pandas 0.22.0:
cc @jbrockmendel any idea if this was changed on purpose or to what refactoring could have been the cause of this change?
The text was updated successfully, but these errors were encountered: