We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DataFrame.loc.__getitem__
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
Describe the bug
We can simplify
pandas-stubs/pandas-stubs/core/frame.pyi
Lines 162 to 166 in d2e3f74
towards
| tuple[ Iterable[Hashable] | slice | Hashable, list[HashableT] | slice | Series[bool] | Callable, ], ) -> DataFrame: ...
Please complete the following information:
The text was updated successfully, but these errors were encountered:
abandoned pandas-dev#573, but reworked as pandas-dev#574
73fc26c
As discussed here: #575 (comment) , Iterable[Hashable] is too wide
Iterable[Hashable]
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
We can simplify
pandas-stubs/pandas-stubs/core/frame.pyi
Lines 162 to 166 in d2e3f74
towards
Please complete the following information:
The text was updated successfully, but these errors were encountered: