Skip to content

Fix Type Annotations in pandas/compat/numpy/function.py #25950

Closed
@vaibhavhrt

Description

@vaibhavhrt

Part of #25882

Current errors are as follows:

mypy pandas/compat/numpy/function.py

pandas\compat\numpy\function.py:104: error: Need type annotation for 'ARGSORT_DEFAULTS'
pandas\compat\numpy\function.py:105: error: Cannot determine type of 'ARGSORT_DEFAULTS'
pandas\compat\numpy\function.py:106: error: Cannot determine type of 'ARGSORT_DEFAULTS'
pandas\compat\numpy\function.py:107: error: Cannot determine type of 'ARGSORT_DEFAULTS'
pandas\compat\numpy\function.py:108: error: Cannot determine type of 'ARGSORT_DEFAULTS'
pandas\compat\numpy\function.py:113: error: Need type annotation for 'ARGSORT_DEFAULTS_KIND'
pandas\compat\numpy\function.py:114: error: Cannot determine type of 'ARGSORT_DEFAULTS_KIND'
pandas\compat\numpy\function.py:115: error: Cannot determine type of 'ARGSORT_DEFAULTS_KIND'
pandas\compat\numpy\function.py:116: error: Cannot determine type of 'ARGSORT_DEFAULTS_KIND'
pandas\compat\numpy\function.py:158: error: Need type annotation for 'COMPRESS_DEFAULTS'
pandas\compat\numpy\function.py:159: error: Cannot determine type of 'COMPRESS_DEFAULTS'
pandas\compat\numpy\function.py:160: error: Cannot determine type of 'COMPRESS_DEFAULTS'
pandas\compat\numpy\function.py:161: error: Cannot determine type of 'COMPRESS_DEFAULTS'
pandas\compat\numpy\function.py:164: error: Need type annotation for 'CUM_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:165: error: Cannot determine type of 'CUM_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:166: error: Cannot determine type of 'CUM_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:167: error: Cannot determine type of 'CUM_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:169: error: Cannot determine type of 'CUM_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:188: error: Need type annotation for 'ALLANY_DEFAULTS'
pandas\compat\numpy\function.py:189: error: Cannot determine type of 'ALLANY_DEFAULTS'
pandas\compat\numpy\function.py:190: error: Cannot determine type of 'ALLANY_DEFAULTS'
pandas\compat\numpy\function.py:191: error: Cannot determine type of 'ALLANY_DEFAULTS'
pandas\compat\numpy\function.py:192: error: Cannot determine type of 'ALLANY_DEFAULTS'
pandas\compat\numpy\function.py:194: error: Cannot determine type of 'ALLANY_DEFAULTS'
pandas\compat\numpy\function.py:218: error: Need type annotation for 'SORT_DEFAULTS'
pandas\compat\numpy\function.py:219: error: Cannot determine type of 'SORT_DEFAULTS'
pandas\compat\numpy\function.py:220: error: Cannot determine type of 'SORT_DEFAULTS'
pandas\compat\numpy\function.py:221: error: Cannot determine type of 'SORT_DEFAULTS'
pandas\compat\numpy\function.py:222: error: Cannot determine type of 'SORT_DEFAULTS'
pandas\compat\numpy\function.py:225: error: Need type annotation for 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:226: error: Cannot determine type of 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:227: error: Cannot determine type of 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:229: error: Cannot determine type of 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:233: error: Cannot determine type of 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:237: error: Cannot determine type of 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:239: error: Cannot determine type of 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:245: error: Cannot determine type of 'STAT_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:250: error: Need type annotation for 'STAT_DDOF_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:251: error: Cannot determine type of 'STAT_DDOF_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:252: error: Cannot determine type of 'STAT_DDOF_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:253: error: Cannot determine type of 'STAT_DDOF_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:254: error: Cannot determine type of 'STAT_DDOF_FUNC_DEFAULTS'
pandas\compat\numpy\function.py:257: error: Need type annotation for 'TAKE_DEFAULTS'
pandas\compat\numpy\function.py:258: error: Cannot determine type of 'TAKE_DEFAULTS'
pandas\compat\numpy\function.py:259: error: Cannot determine type of 'TAKE_DEFAULTS'
pandas\compat\numpy\function.py:260: error: Cannot determine type of 'TAKE_DEFAULTS'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Typingtype annotations, mypy/pyright type checking

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions