-
-
Notifications
You must be signed in to change notification settings - Fork 141
ENH: Improve typing for Timestamp #389
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
ef4f457
to
311a199
Compare
f4888eb
to
1666a67
Compare
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.
As noted in #388 , let's get that one right. I think similar issues will exist here, so apply the same concepts from there (and Period
) here, and then I will review this one.
@Dr-Irv I think this is also ready - it follows the style of the other two PRs. |
#408 should go in first, but it is already in this one. |
@Dr-Irv Resolved everything - most with fixes, one with a comment. |
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.
One small change about splitting out the ==
and !=
tests when Timestamp
is on RHS, otherwise looks good
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 @bashtage
assert_type()
to assert the type of any return valuexref ENH: Improve Pandas scalars #383