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
Yeah I'm trimming based on something else that's not a pandas object (because rolling_apply, etc. work with arrays only for now as remarked elsewhere), so I have something like
x.iloc[:len(y)]
I worry about alignment later. I just expected it to work since it's common that it works elsewhere in numpython. E.g.,
IMO this should work
Consider
And
I'm on
The text was updated successfully, but these errors were encountered: