-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TYP: tighten return type in function any #46638
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
An entry in the whatsnew is not required for this, right? |
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 @yadav-sachin! Except for the small comment, it looks good to me.
Looking forward to @MarcoGorelli's cat GIF :)
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.
see 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.
Great, thank you @yadav-sachin!
Thanks @twoertwein @MarcoGorelli for the reviews. Waiting for more Cat GIFs. 😺 |
😄 the gifs on approval are from https://youtu.be/2rDNJvHznrM |
any
return type #44802doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.Continuing remaining work after Pull request #44896.
DataFrame.any
the return type should be DataFrame or Series, and forSeries.any
the return type should be Series or bool.