Skip to content

Incorrectly assigned Index ops/names #19716

Closed
@jbrockmendel

Description

@jbrockmendel

Index op naming and pinning is inconsistent:

>>> pd.Int64Index.__add__.__name__
'_evaluate_numeric_binop'
>>> pd.Float64Index.__mul__.__name__
'_evaluate_numeric_binop'
>>> pd.DatetimeIndex.__radd__.__name__
'__add__'

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignIndexingRelated to indexing on series/frames, not to indexes themselves

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions