-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Typingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checkinggood first issue
Milestone
Description
Part of #25882
Current errors are as follows:
pandas/core/generic.py:116: error: Need type annotation for '_accessors'
pandas/core/generic.py:119: error: Need type annotation for '_metadata'
Both of these are containers which should contain strings, so just need proper annotation and this module can be removed from mypy.ini
Metadata
Metadata
Assignees
Labels
Typingtype annotations, mypy/pyright type checkingtype annotations, mypy/pyright type checkinggood first issue