-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: maybe_infer_to_datetimelike incorrect on 2D inputs #23988
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
I'm guessing this is specific to the timezone aware case and perpetuated by the fact that the DatetimeTZ block only stores 1D arrays. |
Sorry I can't be of help here, haven't made it to |
This looks to be fixed on master; was this fixed by #26825 or your EA refactoring @jbrockmendel?
|
26825 fixed the DataFrame constructor error. Haven't looked at if maybe_infer_to_datetimelike needs separate attention |
I think this issue was sufficiently closed by #26825, closing but happy to reopen if I misunderstood |
Moved from discussion in #23730
This is because
maybe_infer_to_datetimelike
returns a DatetimeIndex (and not something 2D)cc @h-vetinari since you're already on a roll in this neighborhood
The text was updated successfully, but these errors were encountered: