-
-
Notifications
You must be signed in to change notification settings - Fork 144
Type tolerance
in reindex_like
, remove unused function
#1107
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
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 for the PR. Have a few changes to make.
thanks for your review! |
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.
I may have not been clear in my last review, but I think we should remove reindex_like()
stub from core/generic.pyi
since it is overridden by what is in series.pyi
and frame.pyi
.
When we do PR's like this one, it allows me to find cases where we have the unnecessary duplication.
So if you make that change, then we should be good to go.
ah sorry i thought you meant just the |
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 @MarcoGorelli
assert_type()
to assert the type of any return value