-
-
Notifications
You must be signed in to change notification settings - Fork 144
Added Timestamp
to Series#__getitem__
#775
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also appears our CI is failing for unrelated reasons, so I need to investigate that and fix it. Probably a versioning issue.
We need to get #776 approved and merged, then you remerge with main, then I can run the tests. |
@GarrisonD can you merge with |
@Dr-Irv Sure, will do tomorrow. |
@GarrisonD CI failing. The |
Can I move this check to https://github.com/pandas-dev/pandas-stubs/pull/775/files#diff-ea813cbfeb870b2b17f19af553004745162233003506303a2a577e86da7a5836R994 and in my test just have |
Merging your test function with the one above would have been fine, but we do want to try using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @GarrisonD
Closes #773