-
-
Notifications
You must be signed in to change notification settings - Fork 150
GH1418 Disallow pd.Timedelta * bool #1421
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
GH1418 Disallow pd.Timedelta * bool #1421
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.
Thank you for the PR! In the original #1418 ,
we need to find everywhere with pandas-dev/pandas#62316 and invalidate the usages.
The current #1421 partially addresses #1418 and can be merged once fixed. The original #1418 can be closed by another PR.
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.
Almost there!
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.
Look good to me. Thank you @loicdiridollou !
pd.Timedelta
*bool
#1418assert_type()
to assert the type of any return value