We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
any
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
Currently, any returns Series | bool.
Series | bool
However, for DataFrame.any the return type should be Series, and for Series.any the return type should be bool.
DataFrame.any
Series
Series.any
bool
Marking as good first issue, but please only attempt this if you already have some experience with Python typing and mypy.
mypy
The text was updated successfully, but these errors were encountered:
Hi @MarcoGorelli I've always wanted to contribute to Pandas. Would I be able to be assigned this issue? Cheers
Sorry, something went wrong.
If you're familiar with mypy, sure, I'll assign you
@sglambert I want to take this issue. I have implemented some ideas. Are you still working on it?
@yadav-sachin I think you're OK to take this on if you want
sglambert
Successfully merging a pull request may close this issue.
Currently,
any
returnsSeries | bool
.However, for
DataFrame.any
the return type should beSeries
, and forSeries.any
the return type should bebool
.Marking as good first issue, but please only attempt this if you already have some experience with Python typing and
mypy
.The text was updated successfully, but these errors were encountered: