Open JessJohn0 opened 4 days ago
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.
Can confirm, specifically this line: https://github.com/pandas-dev/pandas/blob/1c986d6213904fd7d9acc5622dc91d029d3f1218/pandas/core/generic.py#L841
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.