-
-
Notifications
You must be signed in to change notification settings - Fork 143
Create __iter__()
for DatetimeIndex
#723
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
Is there a reason that edit: https://github.com/twoertwein/pandas-stubs/tree/iter_interpolate |
Historical artifact of how the stubs were created. I hope you can get this to work! |
I created #760 - still needs some time to be ready but it is getting there. Feel free to skim it to see if something could clearly be better :) |
Uh oh!
There was an error while loading. Please reload this page.
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: