We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main
https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py
The squeeze method is missing a type hint.
Adding a type hint to the squeeze method to be consistent with the rest of the code.
The text was updated successfully, but these errors were encountered:
Can confirm, specifically this line:
pandas/pandas/core/generic.py
Line 841 in 1c986d6
Sorry, something went wrong.
No branches or pull requests
Pandas version checks
main
hereLocation of the documentation
https://github.com/pandas-dev/pandas/blob/main/pandas/core/generic.py
Documentation problem
The squeeze method is missing a type hint.
Suggested fix for documentation
Adding a type hint to the squeeze method to be consistent with the rest of the code.
The text was updated successfully, but these errors were encountered: