Skip to content

BUG: at allowing fallback type indexing (which is not correct, its a restricted version of loc) #7814

Closed
@jreback

Description

@jreback

xref #7651

In [19]: s = pd.Series([1,2,3], index=list('abc'))

In [20]: s.at['a']
Out[20]: 1

In [23]: s.at[0]
Out[23]: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIndexingRelated 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