-
-
Notifications
You must be signed in to change notification settings - Fork 141
Series.fillna(None) #884
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
The issue here is that So this is really a docs issue, or maybe we don't want to allow |
I was able to work around this in my case with |
Yes, we will close. Discussion at pandas-dev/pandas#57723 indicates that this won't be supported in the future. |
Describe the bug
Series.fillna
withNone
value fails for missing overload. It could be argued this is bad practice but it is valid according to the docs.To Reproduce
pandas
example that is not properly checked by the stubs.mypy
orpyright
).mypy
Please complete the following information:
pandas-stubs
2.2.0.240218The text was updated successfully, but these errors were encountered: