-
-
Notifications
You must be signed in to change notification settings - Fork 154
Update series.pyi to support comparisons with Timestamp #28
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
added TimestampSeries comparisons, to solve #27
Dr-Irv
left 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.
Can you also add tests to tests/test_timefuncs.py that test these 4 comparison operators?
Use assert_type() to validate the results.
While writing tests I noticed not for all tests |
Dr-Irv
left 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 to add a comment, otherwise looks good to go
That's fine. We're inconsistent because many of the tests existed before |
Dr-Irv
left 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.
Thanks @timovp
added TimestampSeries comparisons with pd.Timestamp object
Created to solve #27