Skip to content

DOC: Typo of "DataFrame.iat()" in "10 minutes to pandas" #49057

Closed
@gau-nernst

Description

@gau-nernst

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/user_guide/10min.html#selection-by-position

Documentation problem

Under Select by position section, it should be DataFrame.iat() instead of DataFrame.at()

See more in Selection by Position using DataFrame.iloc() or DataFrame.iat().

Later in this section, .iat() is used, not .at(). So it is probably a typo from my understanding.

Suggested fix for documentation

Change DataFrame.at() to DataFrame.iat() under Select by position section.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions