-
-
Notifications
You must be signed in to change notification settings - Fork 141
BUG: incorrect type hint for subset in dropna #434
New issue
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
Comments
Have to change the PR and tests welcome. |
Hi @Dr-Irv , I was hoping to get started with this as a first contribution, can I work on this? |
Sorry that was a typo. Meant |
* added datatypes for dropna subset as per pandas-dev#434 * fixed failures * Formatted file using poe style
Describe the bug
dropna()
should accept any array like object.To Reproduce
pylance
in vscodePlease complete the following information:
pandas-stubs
?Additional context
OP: pandas-dev/pandas#49702
The text was updated successfully, but these errors were encountered: