Skip to content

New methods iat and at to access single value in DataFrame/Series #349

Description

@risenW

Regarding your point on:

Should I be using a different method just to get the single value of cell X/Y?

I think we need to add a new method for that. Something like [iat](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.iat.html) in pandas. I'll create an issue for it.

Originally posted by @risenW in #348 (comment)

Acceptance

  • iat method exists and supports retrieving single values by row and/or column index
  • at method exists and supports retrieving single values by row and/or column labels

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions