We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
any
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