-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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? |
twoertwein
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.
Thank you @yadav-sachin! Except for the small comment, it looks good to me.
Looking forward to @MarcoGorelli's cat GIF :)
twoertwein
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.
see comment
twoertwein
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.
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 |

anyreturn type #44802doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.Continuing remaining work after Pull request #44896.
DataFrame.anythe return type should be DataFrame or Series, and forSeries.anythe return type should be Series or bool.