You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on your error, I assume you are using mypy, which makes me believe that the annotations that mypy are complaining about are from pandas-stubs and not pandas (mypy does not analyze annotations of non-py.typed libraries, pyright does). If that is the case, please open an issue at pandas-stubs. The same issue might also apply to pandas itself (I haven't checked that yet), so this issue could also stay open.
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
I have a chunk of code where I create a series of Nulls -
I am having type-checking issues
I believe it may be because pd.NA is not a valid scalar
_typing.py line 121
Feature Description
Alternative Solutions
# type: ignore
Or maybe I need to open an enhancement request to pandas-stubs library instead? please advise if so.
Additional Context
No response
The text was updated successfully, but these errors were encountered: