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
Is there a reason that IndexOpsMixin is not generic (except for it taking quite some work)? Pandas seems to define __iter__ on IndexOpsMixin. I have locally a branch that tries to make IndexOpsMixin generic. If I get it to work, I will open a PR.
I also ran in to this using
date_range
.Workaround is good for now:
Originally posted by @davetapley in #502 (comment)
Should create
DatetimeIndex.__iter__()
returningTimestamp
The text was updated successfully, but these errors were encountered: