-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DatetimeIndexes with day frequency hang when they have more than 2 elements #3612
Comments
problem is an object conversion of a 526000-ish size array. large |
@cpcloud I think should do this for 0.13. I can do if you don't want. |
k gr8 |
hows this coming? |
pr will close #3899 |
gr8 |
related #1688 |
@jreback what do u want to do here? the hanging is caused by construction of a giant period index....not really much there except move the construction down into cython...should i do that? or just close as won't fix |
you mean like this issue: #5155 (ffor constructing giant periodindex is broken but easily fixed) but isn't this issue different? |
no that's the same issue |
it's not that more than two elements causes it it's that the construction of a huge period index (bc going from years to minutes) makes it seems as if it's hanging |
closing in favor of #5155 |
ahh...ok...makes sense |
See #3609. Copied (more or less) from there
Doesn't hang (throws an error) for the simple case of
and starts to hang for
dind.size > 2
.The text was updated successfully, but these errors were encountered: