Skip to content

Fix Type Annotations in pandas.core.generic #25901

Closed
@WillAyd

Description

@WillAyd

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

No one assigned

    Labels

    Typingtype annotations, mypy/pyright type checkinggood first issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions